/thenews

Yet another Hacker News reader, but this time in Elm!

Primary LanguageElmMIT LicenseMIT

screenshot

Yet another hacker news reader. See it running here.

Description

This project was written in Elm and uses the hacker news API described here.

Running Locally

Make sure you've installed elm and elm-test. Then run these commands after cloning:

$ make
$ make test