/weather-react-spa

Created with CodeSandbox

Primary LanguageTypeScript

weather-react-spa

demo link: https://wmgpp.csb.app/

Setup

create a .env file at the root level

REACT_APP_LOCATION_API_KEY=<Your Locationiq.com API key>
REACT_APP_WEATHER_API_KEY=<Your OpenWeatherMap.org API key>

Run

npm start

Build

npm build

Test

npm test