https://github.com/ayushtiwari134/weather
A very primitive ReactJS application which fetches certain data about a particular city (from a free weather api) and uses this data to display the weather details of the city
https://github.com/ayushtiwari134/weather
api reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
A very primitive ReactJS application which fetches certain data about a particular city (from a free weather api) and uses this data to display the weather details of the city
- Host: GitHub
- URL: https://github.com/ayushtiwari134/weather
- Owner: ayushtiwari134
- Created: 2023-05-27T12:44:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T18:44:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T01:17:15.596Z (about 2 months ago)
- Topics: api, reactjs, tailwindcss
- Language: JavaScript
- Homepage: https://ayushtiwari134.github.io/Weather/
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A very primitive ReactJS application which fetches certain data about a particular city (from a free weather api) and uses this data to display the weather details of the city.
> the data has been fetched via the "openweather" api.