Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Algolia API #2

Open
Dimillian opened this issue Jul 19, 2014 · 3 comments
Open

Use Algolia API #2

Dimillian opened this issue Jul 19, 2014 · 3 comments

Comments

@Dimillian
Copy link
Owner

Use it for everything else than front page

https://hn.algolia.io/api

At the moment we scrape the website, now we should only scrap the home page, and load comments from the API. Also load users post from the API.
Add a search feature too

@beltex
Copy link

beltex commented Aug 2, 2014

Actually, you can get the front page via

http://hn.algolia.com/rss.json

Top 30 stories, including the comments.

@beltex
Copy link

beltex commented Oct 7, 2014

Also, this just came out - http://blog.ycombinator.com/hacker-news-api

@Dimillian
Copy link
Owner Author

Yup, I'll definitely use it when it'll be more mature. I don't want to use the firebase SDK, and at the moment the API just send a list of ID, you need to do a query to get the detail for each ids. Not at all mobile friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants