Skip to content

Website that tells you when the weather is nice in cities around the world

Notifications You must be signed in to change notification settings

bloomventures/perfect-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perfect Weather

Now live as https://bestweather.in/

Stack

Running

  • 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)

About

Website that tells you when the weather is nice in cities around the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published