0.1.1 • Published 9 years ago

eagle-redux-fetch v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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)

0.1.1

9 years ago