Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griffio/kollchap
kollchap dungeon crawler rest api
https://github.com/griffio/kollchap
Last synced: 8 days ago
JSON representation
kollchap dungeon crawler rest api
- Host: GitHub
- URL: https://github.com/griffio/kollchap
- Owner: griffio
- Created: 2015-06-11T14:32:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T01:03:53.000Z (over 8 years ago)
- Last Synced: 2024-04-16T18:27:01.583Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compojure-api-examples
## Kollchap example
Example project for using [Compojure-api](https://github.com/metosin/compojure-api).
~~~
[metosin/compojure-api "1.1.4"]
~~~Aiming to make it Restful hypermedia with resource links
## Usage
### REPL
`brew upgrade leiningen` 2.5.3 needed
`lein repl`
```
(use 'midje.repl)
(autotest)
```### Running
```
lein run```
## License
Copyright © 2014-2016 [Metosin Oy](http://www.metosin.fi)
Distributed under the Eclipse Public License, the same as Clojure.