Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kutsan/weather-me
- Owner: kutsan
- License: gpl-3.0
- Created: 2020-04-25T22:25:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T16:59:13.000Z (over 1 year ago)
- Last Synced: 2024-10-23T02:11:52.507Z (3 months ago)
- Topics: openweathermap-api, preact, typescript, weather, weather-app
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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