Skip to content

AaronFoltz/java-hackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Java API wrapper for http://news.ycombinator.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages