hnapi

Crates.iohnapi
lib.rshnapi
version0.3.0
sourcesrc
created_at2021-11-23 22:27:15.74758
updated_at2021-12-03 02:57:36.999289
descriptionA library to query HackerNews.
homepagehttps://github.com/scastiel/hn
repositoryhttps://github.com/scastiel/hn
max_upload_size
id486563
size23,465
Sébastien Castiel (scastiel)

documentation

README

hnapi, a crate to query stories from HackerNews.

Crates.io Rust

For now, it supports the following operations:

Refer to their respective documentations to see usage examples.

Note: information is obtained by scraping the HackerNews website. The reason this crate does not use the official API is that it does not provide a convenient way to get all the comments for a given story, and only allows read operations.

License

MIT, see LICENSE.

Commit count: 29

cargo fmt