Simple weather application that uses OpenWeatherMap API. I needed a fast app to simply search for cities and show their current weather conditions. So, it does simply one thing, show the current weather and its details.
Install dependencies first:
npm install
Then start development server via:
npm start
To get production build to dist/
folder:
npm run build
Run tests:
npm run test
GPL-3.0