Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gromnitsky/weather
A Minimalistic Weather App
https://github.com/gromnitsky/weather
Last synced: about 6 hours ago
JSON representation
A Minimalistic Weather App
- Host: GitHub
- URL: https://github.com/gromnitsky/weather
- Owner: gromnitsky
- Created: 2023-07-31T20:32:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-05T12:36:14.000Z (over 1 year ago)
- Last Synced: 2023-08-05T13:44:41.586Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://apps.sigwait.org/weather/?l=%F0%9F%87%BA%F0%9F%87%A6+Kyiv%3B+Ukraine
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An attempt to write a minimal, but usable weather app under 200 LOC.
For the description of how it works, see this
[blog post](https://sigwait.org/~alex/blog/2023/07/30/a-minimalistic-weather-app.html).If you want to run it yourself:
~~~
$ sudo dnf install icu # contains uconv(1)
$ make # generate location data
$ PORT=1234 node server.js _out/web
~~~## Loicense
MIT.