Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mthadley/thenews

Yet another Hacker News reader, but this time in Elm!
https://github.com/mthadley/thenews

elm elm-demos functional-programming hacker-news-reader

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

![screenshot](screenshot.png)

Yet another hacker news reader. See it running [here](https://mthadley.github.io/thenews/).

## Description

This project was written in [Elm](http://elm-lang.org/) and uses the hacker
news API described [here](https://github.com/HackerNews/API).

## Running Locally

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

```console
$ make
$ make test
```