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

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.

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.