HackerNewsClient
Elixir Wrapper for HackerNews API See https://github.com/HackerNews/API for more information.
Functions
HackerNewsClient.ask_stories()
# Returns up to 100 ask stories
HackerNewsClient.best_stories()
# Returns up to 100 of the best stories
HackerNewsClient.job_stories()
# Returns up to 100 job stories
HackerNewsClient.new_stories()
# Returns up to 100 new stories
HackerNewsClient.show_stories()
# Returns up to 100 show stories
HackerNewsClient.top_stories()
# Returns up to 100 of the top storiesInstallation
If available in Hex, the package can be installed
by adding hacker_news_client to your list of dependencies in mix.exs:
def deps do
[
{:hacker_news_client, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hacker_news_client.