1
0
forked from notBrad/bubo-rss

Created glitch branch

This commit is contained in:
George Mandis 2020-02-04 09:32:05 -05:00
parent fd7a12a96c
commit fbfda83125
3 changed files with 0 additions and 15 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
node_modules/*
output/index.html

View File

@ -47,15 +47,6 @@ The GitHub Action is setup to build and commit directly to the `master` branch,
- `src/feeds.json` - a JSON file containing the URLs for various site's feeds separated into categories - `src/feeds.json` - a JSON file containing the URLs for various site's feeds separated into categories
- `src/index.js` - the script that loads the feeds and does the actual parsinga and rendering - `src/index.js` - the script that loads the feeds and does the actual parsinga and rendering
## Demos
You can view live demos here:
- [https://bubo-rss-demo.netlify.com/](https://bubo-rss-demo.netlify.com/)
- [http://bubo-rss.glitch.me/](http://bubo-rss.glitch.me/)
Not the most exciting-looking demos, I'll admit, but they work!
## Support ## Support
If you found this useful please consider sponsoring me or this project. If you'd rather run this on your own server please consider using one of these affiliate links to setup a micro instance on [Linode](https://www.linode.com/?r=8729957ab02b50a695dcea12a5ca55570979d8b9), [Digital Ocean](https://m.do.co/c/31f58d367777) or [Vultr](https://www.vultr.com/?ref=8403978). If you found this useful please consider sponsoring me or this project. If you'd rather run this on your own server please consider using one of these affiliate links to setup a micro instance on [Linode](https://www.linode.com/?r=8729957ab02b50a695dcea12a5ca55570979d8b9), [Digital Ocean](https://m.do.co/c/31f58d367777) or [Vultr](https://www.vultr.com/?ref=8403978).

View File

@ -1,4 +0,0 @@
[build]
command = "npm run build"
publish = "output/"