https://github.com/ref-bit/weather-pwa
A simple PWA to show the current city weather.
https://github.com/ref-bit/weather-pwa
api pwa pwa-apps react reactjs weather-api
Last synced: 11 months ago
JSON representation
A simple PWA to show the current city weather.
- Host: GitHub
- URL: https://github.com/ref-bit/weather-pwa
- Owner: Ref-Bit
- Created: 2020-05-31T10:44:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T01:59:12.000Z (about 2 years ago)
- Last Synced: 2025-01-18T04:28:52.285Z (about 1 year ago)
- Topics: api, pwa, pwa-apps, react, reactjs, weather-api
- Language: JavaScript
- Homepage: https://ref-weather-pwa.netlify.app
- Size: 521 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Weather Progressive Web Application
A simple PWA to show the current city weather.
***
## Built With
- [React.js](https://reactjs.org) - A JavaScript library for building user interfaces.
- [Weather API](https://openweathermap.org/api) - Current & Forecast weather API
## Getting Started
- Login to Open Weather and insert your API key to a new `env` file into `REACT_APP_WEATHER_API_KEY`
- run `npm i && npm start` to start the app.