Skip to content

e4q/hacker_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacker_news

Erlang Hacker News Aggregator

Hex.pm Version

Build Status

Contents

Goals

hacker_news aims to provide a simple aggregator for play with Hacker News API.

Build & Run

$ 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

Dialyzer

$ ./rebar3 dialyzer

Xref

$ ./rebar3 xref

Run Tests

$ ./rebar3 ct

Generate documentation

$ ./rebar3 edoc

Install hacker_news to project: Rebar3

  • Edit file rebar.config:
{deps, [
    {hacker_news, "0.0.2"},
]}.

Support

v.katsuba.dev@gmail.com