https://github.com/andeemarks/square-sizer
https://github.com/andeemarks/square-sizer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andeemarks/square-sizer
- Owner: andeemarks
- Created: 2015-05-19T08:10:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T03:59:54.000Z (about 10 years ago)
- Last Synced: 2025-02-01T03:07:35.925Z (11 months ago)
- Language: Clojure
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# square-sizer
[](https://travis-ci.org/andeemarks/square-sizer)
A toy Compojure microservice built for a presentation at [Yow West 2015][1].
This service implements a small part of the Crypto Square solution found [here][3]. The granularity of this service is extreme and should _not_ be used as an example of how to pull apart a larger solution into services.
[3]: http://garajeando.blogspot.com.au/2015/05/exercism-crypto-square-in-clojure.html
[1]: https://a.confui.com/-LsHgG00I
## Prerequisites
Currently building on [Leiningen][2] 2.5.1
[2]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application locally, run:
./up.sh
## Tests
To run the test suite:
lein midje
To manually test a hosted version, try:
curl https://cs-square-sizer.herokuapp.com/abcd
## License
Copyright © 2015