eagle-redux-fetch

The coolest cortex module.

Usage no npm install needed!

<script type="module">
  import eagleReduxFetch from 'https://cdn.skypack.dev/eagle-redux-fetch';
</script>

README

eagle-core

The coolest cortex module.

Install

$ cortex install eagle-core --save

Usage

var eagle_core = require('eagle-core');

Class: eagle_core(options)

new eagle_core({
    name: 'Hulk'
});
  • options Object description of options
    • name String description of options.name

Creates a new eagle-core instance.

<method-name>(foo, bar, [bee], boo)

  • foo String='foo' description of foo
  • bar Boolean= description of bar
  • bee Object [] indicates that it is an optional parameter
    • abc Buffer a property of bee, i.e. bee.abc
  • boo function(arg1, arg2) what is the method used for

Event: '<event-name>'

  • e Object the first parameter of the callback

eagle-core.<method-name>(arguments)