Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)