Just a simple middleweare for the weathercloud api in Clojure. Serves as an example on building a middleware. Will hit Weathercloud get data and send it to another server. nothing fancy.
To run just lein run "weatherCloudStationId"
Note: This project surves a specific purpose hence hardcoded values, it was just to try something out