Skip to content

mthadley/thenews

Repository files navigation

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