Skip to content

niklasHagner/react-rss-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS-Reader

A dumb little rss client

Run the project

npm start in root to launch localhost:3000

You must configure this!

Create this file: src/Helpers/getApiKey.js

//never commit this file!!! it must be in .gitignore
export default function getApiKey() { 
  return "some apikey from rss2json.com"; 
} 

Optional configuration

set your RSS-feed urls in feedList.js

About

Simple rss reader web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published