Simple interface for querying country information by CCA2 two-character country code, per assignment https://bitbucket.org/mikaelhg/interview-countries
- Test: test/countries_ring_clojure/handler_test.clj
- Implementation: src/countries_ring_clojure/handler.clj
- Leiningen 2.0.0 or above
lein do clean, test
lein ring server
Check out the details of Finland at http://localhost:3000/countries/FI
Prerequisites:
- A Heroku account, obviously
- Heroku toolbelt installed and ready to go
Set up a new app on Heroku and deploy:
heroku create
git push heroku master