Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 671 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 671 Bytes

Hacker News

Overview

In partnership with ycombinator and firebase, we're making the public Hacker News data available in near real time. Firebase enables easy access from Android, iOS and the web. Servers aren't left out.

If you can use one of the many Firebase client libraries, you really should. The libraries handle networking efficiently and can raise events when things change. Be sure to check them out.

Run project

  • Install node modules using npm install
  • Run in terminal in root folder npm start

Technologies