gromnitsky / weather

A Minimalistic Weather App

Home Page:https://apps.sigwait.org/weather/?l=%F0%9F%87%BA%F0%9F%87%A6+Kyiv%3B+Ukraine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An attempt to write a minimal, but usable weather app under 200 LOC.

For the description of how it works, see this blog post.

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.

About

A Minimalistic Weather App

https://apps.sigwait.org/weather/?l=%F0%9F%87%BA%F0%9F%87%A6+Kyiv%3B+Ukraine


Languages

Language:JavaScript 86.4%Language:HTML 7.2%Language:Makefile 6.4%