An open API service indexing awesome lists of open source software.

https://github.com/techlism/weather-app


https://github.com/techlism/weather-app

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### Frontend (Static) Deployed at : https://weather-by-city-frontend.onrender.com/
### Backend Deployed at : https://weather-by-city.onrender.com
### It accepts post request on the route /getWeather in the format { "cities": [ "toronto", "mumbai", "london" ] }
### Response would be : "weather": { "toronto": "24C", "mumbai": "34C", "london": "14C" } }

Since it is deployed on a free instance the response time could be slow.