Erlang Hacker News Aggregator
- Goals
- Build & Run
- Dialyzer
- Xref
- Run Tests
- Generate documentation
- Install hacker_news to project
- Support
hacker_news
aims to provide a simple aggregator for play with Hacker News API.
$ git clone https://github.com/vkatsuba/hacker_news.git
$ cd hacker_news
$ wget https://s3.amazonaws.com/rebar3/rebar3
$ chmod u+x ./rebar3
$ ./rebar3 shell
$ ./rebar3 dialyzer
$ ./rebar3 xref
$ ./rebar3 ct
$ ./rebar3 edoc
Install hacker_news
to project: Rebar3
- Edit file rebar.config:
{deps, [
{hacker_news, "0.0.2"},
]}.