https://github.com/techlism/weather-app
https://github.com/techlism/weather-app
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techlism/weather-app
- Owner: techlism
- Created: 2023-08-24T01:54:53.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T03:26:36.000Z (almost 3 years ago)
- Last Synced: 2025-12-27T17:42:25.592Z (6 months ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.