Skip to content

Stupid simple weather app. Visit page and get forecast by your location.

Notifications You must be signed in to change notification settings

m3xan1k/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stupid simple weather app using racket on backend and pure javascript on front. Visit page and get forecast by your location.

Setup

  • Rename you_need.env to .env
  • Fill .env with your OpenWeatherMap token
  • Run racket app/api.rkt
  • Enjoy

How it looks like

example

TODO

  • Dockerize project