Open Courts API
RESTful APIs and crawlers for public data of the Open Courts project
Requirements
- Ruby 2.2
- Rails 5 (currently on edge)
- PostgreSQL 9.4
See requirements for Open Courts application
Installation
git clone git://github.com/otvorenesudy/otvorenesudy-api.git
cd otvorenesudy-api
bin/setup
See installation of Open Courts application
Contributing
- Fork it
- Create your feature branch
git checkout -b new-feature
- Commit your changes
git commit -am 'Add some feature'
- Push to the branch
git push origin new-feature
- Create new Pull Request