LoopBack makes it easy to build modern applications that require complex integrations.
Go to file
Ritchie Martori 2a0f68e434 init 2013-04-09 09:02:36 -07:00
example init 2013-04-09 09:02:36 -07:00
lib init 2013-04-09 09:02:36 -07:00
test init 2013-04-09 09:02:36 -07:00
.gitignore init 2013-04-09 09:02:36 -07:00
README.md init 2013-04-09 09:02:36 -07:00
index.js init 2013-04-09 09:02:36 -07:00
package.json init 2013-04-09 09:02:36 -07:00

README.md

asteroid

v0.0.1

Install

slnode install asteroid

Example

var Asteroid = require('asteroid');
var asteroid = Asteroid.create();

asteroid.myMethod();