Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/kutsan/weather-me

openweathermap-api preact typescript weather weather-app

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# `weather-me` [![Node.js CI](https://github.com/kutsan/weather-me/actions/workflows/nodejs.yml/badge.svg)](https://github.com/kutsan/weather-me/actions/workflows/nodejs.yml)

![screenshot](https://raw.githubusercontent.com/kutsan/weather-me/master/.github/screenshot.png)

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