Now live as https://bestweather.in/
- clone
- create a
config.ednto 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)