Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgreg/weather
A weather PWA using OpenWeatherMap API
https://github.com/paulgreg/weather
openweathermap-api pwa react typescript vite weather
Last synced: 4 days ago
JSON representation
A weather PWA using OpenWeatherMap API
- Host: GitHub
- URL: https://github.com/paulgreg/weather
- Owner: paulgreg
- License: mit
- Created: 2023-03-25T16:19:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-30T06:18:22.000Z (4 months ago)
- Last Synced: 2024-07-30T09:33:28.823Z (4 months ago)
- Topics: openweathermap-api, pwa, react, typescript, vite, weather
- Language: TypeScript
- Homepage: https://paulgreg.me/weather/
- Size: 2.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Weather
A PWA weather app using OpenWeatherMap API, build with React, react-select, TypeScript and using vite for build.
I’m using `cities.json` package to build static lists of cities by country, allowing static hosting (no need for APIs).
Run `npm run build-data` to generate city data before launching `npm run dev`
Icons are from :
- [Makin-Thinkgs/weather-icons](https://github.com/Makin-Things/weather-icons)
- [bootstrap icons](https://github.com/twbs/icons)