Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 422 Bytes

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