Now live as https://bestweather.in/
- clone
- create a
config.edn
to set the appropriate env variables:{:omni/http-port 1262 :darksky-api-key "DARKSKY_KEY" :google-api-key "GOOGLE_KEY" :cache-path "data"}
- create the data folder
mkdir data
- run the repl:
lein repl
- run either the analysis server
(start! :analysis)
or site server(start! :site)