/weather-me

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.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

weather-me Node.js CI

screenshot

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.

Development

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

License

GPL-3.0