Node.js SKD for Lelylan.
Node SDK is tested against Node ~0.8.x
$ npm install lelylan-node
$ npm install simple-oauth2
$ git clone git://github.com/lelylan/lelylan-node.git
$ cd lelylan-node
$ npm install
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
- Fork and clone the repository.
- Run
npm install
for dependencies. - Run
npm test
to execute all specs. - Run
make test-watch
to continuously execute specs when changing a file.
$ git clone https://github.com/lelylan/lelylan-node
$ cd lelylan-node
$ node
$ > var lelylan = require('./lib/lelylan-node.js')();
Follow github guidelines.
Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.
Special thanks to all contributors for submitting patches.
See CHANGELOG
Lelylan is licensed under the Apache License, Version 2.0.