Locations API for Lelylan.
This API has been dismissed to focus on a more solic and clean core of microservices. Adding a location API is something we find really useful, but need to be well structured to not mess up the whole architecture. If interested on using it in your projects let us know.
Locations API is tested against MRI 1.9.3.
$ git clone [email protected]:lelylan/locations.git
$ cd locations
$ gem install bundler
$ bundle install
$ foreman start
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
gem install bundler
to get the latest for the gemset. - Run
bundle install
for dependencies. - Run
bundle exec guard
and press enter to execute all specs.
Follow betterspecs.org guidelines.
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.