Current section

Files

Jump to
hacker_news src hacker_news.app.src
Raw

src/hacker_news.app.src

{application,hacker_news,
[{description,"Erlang Hacker News Aggregator"},
{vsn,"0.0.1"},
{registered,[]},
{mod,{hacker_news_app,[]}},
{applications,[kernel,stdlib,inets,ssl]},
{env,[{topstories_url,"https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty"},
{topstories_total,50},
{topstories_interval,300},
{topstories_retry,10}]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/vkatsuba/hacker_news"}]}]}.