Skip to content

lelylan/lelylan-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js SDK for Lelylan

Node.js SKD for Lelylan.

Requirements

Node SDK is tested against Node ~0.8.x

Installation

Using npm

$ npm install lelylan-node
$ npm install simple-oauth2

Using git

$ git clone git://github.com/lelylan/lelylan-node.git
$ cd lelylan-node
$ npm install

Resources

Documentation

Contributing

Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.

Running specs

  • 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.

Terminal testing

$ git clone https://github.com/lelylan/lelylan-node
$ cd lelylan-node
$ node
$ > var lelylan = require('./lib/lelylan-node.js')();

Coding guidelines

Follow github guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.