hackernews
hackernews copied to clipboard
:newspaper: HackerNews API
Arguably, an example program should not be installed globally at all. In any case, it would be good to use a less generic name, like "hackernews-example".
``` > /tmp/stackage-build8/hackernews-0.5.0.1$ dist/build/tests/tests Hacker News API Tests Retrieves all FAILED [1] Failures: tests/Test.hs:23: 1) Hacker News API Tests Retrieves all predicate failed on: Left NotFound Randomized with seed 66764037...
Use travis matrix to separate builds out.
Would be nice to have an interface like: ``` bash $ hackernews --topstories > [123456, 987654, ....] ``` Might be a good use case for `cmdtheline` or `optparse-applicative`