Skip to content

rkooyenga/afpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

afpy

simple RSS feed parsing server in node

npm install

Run the Server

Run npm start to start the server.

npm start

Test by accessing http://localhost:8080/?q=https://example.com/feed (replace with an actual feed URL).

If you need JSONP, add &callback=someCallback to the request URL.

Once you've got your server running, you can use a feed reader, something like this and employ some style templates. fetch(`${host}/?q=${encodeURIComponent(feedUrl)}`);

About

simple RSS feed parser in node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published