Skip to content

premii/hn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News mobile app

lib.js contains

  • Zepto
  • Fastclick
  • jQuery.cookie plugin
  • PubSub
  • localstorage wrapper

Data source (index.htm).

"url" : { "stories" : "http://ng.premii.com:8080", "readability": "http://localhost/a/read/sample.txt" }

Update these paths to point to your HN stories server and readability server. See sample.txt for readability output.

Unofficial Hacker News API for HN data

Others

Build process (Not included)

  • Using nodejs to generate production ready code
  • Removes all console.log messages
  • Combine and minify JS using uglifyjs
  • Combine CSS into one file
  • Phonegap ready code

About

Hacker News mobile app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published