Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3k/rss-box
RSS Box Viewer puts little or long customizable RSS boxes anywhere you put HTML; build your own slashbox hell or heaven, it’s feedarific!
https://github.com/p3k/rss-box
babel babel7 esm html ie11 javascript rollup rss rss-box svelte svelte4
Last synced: about 2 hours ago
JSON representation
RSS Box Viewer puts little or long customizable RSS boxes anywhere you put HTML; build your own slashbox hell or heaven, it’s feedarific!
- Host: GitHub
- URL: https://github.com/p3k/rss-box
- Owner: p3k
- License: other
- Created: 2016-03-12T12:11:19.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T21:24:03.000Z (7 months ago)
- Last Synced: 2024-04-14T12:04:19.885Z (7 months ago)
- Topics: babel, babel7, esm, html, ie11, javascript, rollup, rss, rss-box, svelte, svelte4
- Language: Svelte
- Homepage: https://p3k.org/rss
- Size: 3.52 MB
- Stars: 14
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# RSS Box Viewer
RSS Box Viewer provides a simple way to embed RSS feeds as elegant boxes in any HTML document via an automagically generated JavaScript tag.
```sh
git clone --recurse-submodules https://github.com/p3k/rss-box.git
cd rss-box
npm install
npm start
xdg-open http://localhost:8000 # … or open your browser manually with this URL
```📷 [Screenshot](img/screenshot.png)
🧐 [Original installation](https://p3k.org/rss)Coded in JavaScript by Tobi Schäfer between 2001 and 2021.
The author cannot be held responsible for anything that this software might or might not do.
## Resources
- [@babel/preset-env](https://babeljs.io/docs/babel-preset-env)
- [Polyfills with Babel and core-js](https://github.com/zloirock/core-js?tab=readme-ov-file#babel)
- [Prettier options](https://prettier.io/docs/en/options.htm)
- [Rollup configuration options](https://rollupjs.org/configuration-options/)
- [Svelte introduction](https://svelte.dev/docs/introduction)---
[![CodeQL](https://github.com/p3k/rss-box/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/p3k/rss-box/actions/workflows/codeql-analysis.yml)
[![Build production artifact](https://github.com/p3k/rss-box/actions/workflows/build.yml/badge.svg)](https://github.com/p3k/rss-box/actions/workflows/build.yml)This project is tested in various browsers using [BrowserStack](https://www.browserstack.com).