Simple application to display the current weather OpenWeatherMap. The browser needs permission to define Geo-Targeting.
Demo. Description (in Russian).
$ git clone https://github.com/cmirnow/OpenWeatherMap-React-App
$ cd OpenWeatherMap-React-App
$ touch .env && echo -e "REACT_APP_WEATHER_API_KEY = xxxxxxxxxxxxxxxxxxxxx\nHTTPS = true" > .env
$ npm install
$ npm start
NB. The first version of the app (picture-background) is available here. Next is the version with vanta.js.