Skip to content

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.

License

kutsan/weather-me

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks