Skip to content

andrewshell/hacker-news-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News RSS

Generates an RSS 2.0 feed from the Hacker News API with rssCloud support

Installation

git clone https://github.com/andrewshell/hacker-news-rss.git
cd hacker-news-rss
npm install
node app.js

Env Variables

  • APP_HOST What should be the url prefix in the feed for atom:self (default: http://hn.geekity.com)
  • PORT What port is the app running on (default: 8080)
  • RSS_CLOUD_PING URL of rssCloud server ping endpoint (default: http://rpc.rsscloud.io:5337/ping)
  • RSS_MAXITEMS Maximum number of items in RSS feed (default: 50)

About

RSS 2.0 Feed From Hacker News API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published