Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/mthadley/thenews
- Owner: mthadley
- License: mit
- Created: 2016-11-27T02:04:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T13:56:38.000Z (over 1 year ago)
- Last Synced: 2024-04-14T12:30:10.607Z (8 months ago)
- Topics: elm, elm-demos, functional-programming, hacker-news-reader
- Language: Elm
- Homepage: https://mthadley.github.io/thenews/
- Size: 467 KB
- Stars: 29
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```