Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjagielski/clorates
DevRates.com REST API written in Clojure
https://github.com/pjagielski/clorates
Last synced: 2 days ago
JSON representation
DevRates.com REST API written in Clojure
- Host: GitHub
- URL: https://github.com/pjagielski/clorates
- Owner: pjagielski
- License: epl-1.0
- Created: 2014-02-04T21:48:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T19:32:50.000Z (about 10 years ago)
- Last Synced: 2024-04-16T11:11:21.184Z (7 months ago)
- Language: JavaScript
- Homepage: http://devrates.com/api/swagger/index.html
- Size: 1.13 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clorates
A Clojure REST API for [DevRates.com](http://devrates.com)
[![Build Status](https://travis-ci.org/pjagielski/clorates.png)](https://travis-ci.org/pjagielski/clorates)
## Usage
```lein run```
Visit [http://localhost:3000/swagger/index.html](http://localhost:3000/swagger/index.html) for [Swagger](https://github.com/wordnik/swagger-ui) generated documentation.
Uses provided H2 database for some data (mostly random generated).
## Stack
- [Korma](http://sqlkorma.com/)
- [compojure](https://github.com/weavejester/compojure)
- [swag](https://github.com/narkisr/swag)
- [metrics-clojure](https://github.com/sjl/metrics-clojure)## License
Copyright © 2014 DevRates.com
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.