Live data from Hacker News

Show HN: Simple Hacker News Client for Emacs

github.com

1–10 of 28 posts

Show HN: Simple Hacker News Client for Emacs

#1
I wrote this small client to read hackernews from my favorite editor. It's currently using an external HTTP API [0] but I'm working on my own proxy [1].

I'd love to actually scrape and cache all the info I need using lisp. However, my time constraints are keeping me away of that goal. I could definitely use some help here! :)

I'm also planning to add support for comments and posting new things. Any feedback is highly appreciated! Thank you!

[0] http://api.ihackernews.com/ [1] https://github.com/clarete/rhn

Show HN: Simple Hacker News Client for Emacs
github.com

Re: Show HN: Simple Hacker News Client for Emacs

#6
post #5

If I were to create a mobile app for HackerNews, what would be the best way to go about doing that in terms of API to use?

So, hackernews.el is actually a very simple front-end for the guy that really has to deal with hackernews. I'm using a library that I built on top of `ruby-hackernews`, you can see what I did here: https://github.com/clarete/rhn
Post reply on HN