https://github.com/iamgrid/openweathermap-forecast-viewer
OpenWeatherMap has a really lovely forecast API where you can see weather for the upcoming 5 day period in fantastic detail...
https://github.com/iamgrid/openweathermap-forecast-viewer
css-modules nextjs react tanstack-query typescript
Last synced: 6 months ago
JSON representation
OpenWeatherMap has a really lovely forecast API where you can see weather for the upcoming 5 day period in fantastic detail...
- Host: GitHub
- URL: https://github.com/iamgrid/openweathermap-forecast-viewer
- Owner: iamgrid
- Created: 2024-03-17T18:06:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T16:38:25.000Z (over 1 year ago)
- Last Synced: 2025-03-30T04:31:54.775Z (10 months ago)
- Topics: css-modules, nextjs, react, tanstack-query, typescript
- Language: TypeScript
- Homepage: https://iamgrid.co.uk/openweathermap-forecast-viewer/
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenWeatherMap Forecast Viewer
[OpenWeatherMap](https://openweathermap.org/) has a really lovely forecast API where you can see weather for the upcoming 5 day period in fantastic detail. This project is mostly for my own benefit as I've found the OWM predictions to be more on the spot for where I live than any weather forecast website operated in Hungary.
**The live version of this app is hosted at https://iamgrid.co.uk/openweathermap-forecast-viewer/.**
**Packages/technologies in use:**
- Next.js
- React
- Tanstack Query (aka React Query)
- CSS Modules
- Typescript