Skip to content

danbartlett/hn_minimal

Repository files navigation

hn_minimal

A minimal Hacker News client written in React.js

hn_minimal

Get started

  • npm install
  • npm start
  • Go to localhost:3000

Auto-refresh

The client will refresh itself every 2 minutes with the latest stories, and sort by score. You can disable auto-refresh or change the update period in config.js:

config.auto_refresh = true;
config.refresh_period_in_minutes = 2;

About

A minimal Hacker News client written in React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published