Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 20, 2020
Apr 11, 2020
Jan 9, 2020
Mar 26, 2020

README.md

RSS-proxy

RSS-proxy is a tool that allows you to do create an RSS/ATOM or JSON feed of almost any website, purely by analyzing just the static HTML structure. Try the live demo.

Playground

Running RSS-proxy using docker

The simplest way to use RSS-proxy is using docker

 docker run -p 3000:3000 -it damoeb/rss-proxy

Then open localhost:3000 in the browser.

Running RSS-proxy from source

For local development you need node 12+. Then follow these steps:

  • Install all npm dependencies
npm run install

  • Start server
cd packages/proxy && npm run start

  • Start client
cd packages/playground && npm run start

Developing RSS-proxy

The project is separated into three modules

  • core: the feed parser logic, plain JavaScript
  • playground: the web app to visualize and explore feed generation
  • proxy: the expressjs server

Changelog

Unreleased

  • Simplify development by building the core-package automatically
  • travis-ci build

0.1.0

  • Working version

Roadmap

See Roadmap.

Contributors

Contact

License

This project uses the following license: GNU GPLv3.

About

RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.