1
0
forked from notBrad/bubo-rss

Fixed JSON feed parsing issues + bumped ot v1.0.1

This commit is contained in:
George Mandis
2021-11-14 19:29:41 -08:00
parent 2aafb532f8
commit 38bfbbdc75
3 changed files with 61 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# 🦉 Bubo Reader
Bubo Reader is a somewhat irrationally minimalist <acronym title="Really Simple Syndication">RSS</acronym> and <acronym title="JavaScript Object Notation">JSON</acronym> feed reader you can deploy on [Netlify](https://netlify.com) in a few steps or [Glitch](https://glitch.com) in even fewer steps! The goal of the project is to generate a webpage that shows a list of links from a collection of feeds organized by category and website. That's it.
Bubo Reader is a borderline-irrationally minimalist <acronym title="Really Simple Syndication">RSS</acronym> and <acronym title="JavaScript Object Notation">JSON</acronym> feed reader you can deploy anywhere. Your own server, [Netlify](https://netlify.com) in a few steps or [Glitch](https://glitch.com) in even fewer steps! The goal of this project is to generate a page that shows a list of links from a collection of feeds organized by category and website. That's it.
It is named after this [silly robot owl](https://www.youtube.com/watch?v=MYSeCfo9-NI) from Clash of the Titans (1981).
@@ -8,6 +8,10 @@ You can read more about how this project came about in my blog post '[Introducin
## Getting Started
Run `npm install` from the root of the folder. When the dependencies are finished installing run `npm run build`. The `output` folder will contain the final page build and can be opened right away.
## Deploying
How to deploy Bubo Reader in a few easy steps with Netlify or Glitch:
### Deploying to Glitch