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
Objectdescription ofoptions- name
Stringdescription ofoptions.name
- name
Creates a new eagle-core instance.
<method-name>(foo, bar, [bee], boo)
- foo
String='foo'description offoo - bar
Boolean=description ofbar - bee
Object[]indicates that it is an optional parameter- abc
Buffera property ofbee, i.e.bee.abc
- abc
- boo
function(arg1, arg2)what is the method used for
Event: '<event-name>'
- e
Objectthe first parameter of the callback