zacharydenton / hackernews

A Hacker News web app inspired by BaconReader.
http://hn.meteor.com/
30 stars 4 forks source link

No longer working #3

Open BukhariH opened 10 years ago

BukhariH commented 10 years ago

Console output:

Document was loaded from Application Cache with manifest http://hn.meteor.com/app.manifest hn.meteor.com/:1
Application Cache Checking event hn.meteor.com/:1
Uncaught TypeError: undefined is not a function drag-to-resize.js:28
Application Cache NoUpdate event hn.meteor.com/:1
zacharydenton commented 10 years ago

The hnsearch api (which this project relies upon) has been discontinued. We will need to replace this dependency with something like https://github.com/cheeaun/node-hnapi/.

BukhariH commented 10 years ago

How about: http://hndroidapi.appspot.com/

Which is open source: https://github.com/glebpopov/Hacker-News-Droid-API

And it works pretty well!