Skip to content
/ hnlive Public
forked from joelewis/hnlive

HN activity meter, graphed with realtime data.

License

Notifications You must be signed in to change notification settings

yodasl/hnlive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Hacker News Activity Meter

How To Run The Server

  1. Clone the repository.
  2. cd into the cloned repository.
  3. Install dependency libraries - npm install
  4. Create .env file and put the below settings in it (Modify the settings to suit yours).
DATABASE_URL=mysql://username:password@localhost:3306/dbname
SECRET_KEY=somesecretkey
```
4. Start the cron job that collects & computes data: `node startcron.js`
5. Run server: `node index.js` or your favourite node process manager.

About

HN activity meter, graphed with realtime data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 2.8%