Devices API
Device monitoring and control API.
Requirements
Devices API is tested against MRI 1.9.3.
Installation
$ git clone git@github.com:lelylan/devices.git && cd devices
$ gem install bundler
$ bundle install
$ foreman startInstall with docker
Badges
Docker image: lelylanlab/api-proxy
Use docker hub image
$ docker run -d -it --name api-proxy lelylanlab/devicesGenerate local image
$ docker build --tag=devices .
$ docker run -d -it --name devices devicesWhen installing the service in production set lelylan environment variables.
Resources
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
$ gem install bundler
$ bundle install
$ bundle exec guardPress enter to execute all specs.
Spec guidelines
Follow betterspecs.org guidelines.
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
Contributors
Special thanks to all people helping to make the project real.
Changelog
See CHANGELOG
License
Lelylan is licensed under the Apache License, Version 2.0.