https://github.com/lelylan/locations
Location Service API's
https://github.com/lelylan/locations
Last synced: 25 days ago
JSON representation
Location Service API's
- Host: GitHub
- URL: https://github.com/lelylan/locations
- Owner: lelylan
- Created: 2012-07-12T21:31:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T11:36:17.000Z (over 10 years ago)
- Last Synced: 2024-03-25T21:27:06.422Z (about 2 years ago)
- Language: Ruby
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Locations API
Locations API for Lelylan.
#### Notes
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](mailto:touch@lelylan.com).
## Requirements
Locations API is tested against MRI 1.9.3.
## Installation
$ git clone git@github.com:lelylan/locations.git
$ cd locations
$ gem install bundler
$ bundle install
$ foreman start
## 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 `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.
## Spec guidelines
Follow [betterspecs.org](http://betterspecs.org) guidelines.
## Coding guidelines
Follow [github](https://github.com/styleguide/) guidelines.
## Feedback
Use the [issue tracker](http://github.com/lelylan/locations/issues) for bugs or [stack overflow](http://stackoverflow.com/questions/tagged/lelylan) for questions.
[Mail](mailto:dev@lelylan.com) or [Tweet](http://twitter.com/lelylan) us for any idea that can improve the project.
## Links
* [GIT Repository](http://github.com/lelylan/locations)
* [Lelylan Dev Center](http://dev.lelylan.com)
* [Lelylan Site](http://lelylan.com)
## Authors
[Andrea Reginato](https://www.linkedin.com/in/andreareginato)
## Contributors
Special thanks to all [contributors](https://github.com/lelylan/locations/contributors)
for submitting patches.
## Changelog
See [CHANGELOG](https://github.com/lelylan/locations/blob/master/CHANGELOG.md)
## License
Lelylan is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).