kutsan / 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.

Home Page:https://weather-me.kutsankaplan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://weather-me.kutsankaplan.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 73.4%Language:CSS 18.6%Language:HTML 4.5%Language:JavaScript 3.6%