Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 561 Bytes

File metadata and controls

29 lines (20 loc) · 561 Bytes

Java Wrapper API for HackerNews

How to use

Gather the posts from a desired page

Post[] posts = Page.get(#)	//Gather an array of the posts from the desired page

Gather information on those posts

posts[1].getTitle();

At the moment, you can get the:

  • Rank
  • Title
  • Link URL
  • Points
  • User
  • User Profile URL
  • Posted Time
  • Number of comments
  • Comment URL

About me

Email me: aaron@aaronfoltz.com

Follow me: @Aaron_Foltz

Visit me: Aaron Foltz