https://github.com/krmax44/fyeo2rss
RSS feeds for FYEO podcasts.
https://github.com/krmax44/fyeo2rss
Last synced: 8 months ago
JSON representation
RSS feeds for FYEO podcasts.
- Host: GitHub
- URL: https://github.com/krmax44/fyeo2rss
- Owner: krmax44
- License: mit
- Created: 2020-10-25T21:43:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T21:44:17.000Z (over 5 years ago)
- Last Synced: 2025-02-25T23:42:24.073Z (over 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FYEO to RSS
Podcasts are defined by their open and decentralized nature. Not by big media companies.
## Installation
```bash
yarn install
export HOST="http://yourip:3000"
yarn start
```
## Usage
Find your podcast (only JSON for now, no UI yet):
```
http://yourip:3000/search?query=podcastname
```
Found your podcast? Write down the `id` and add the link to your podcast player:
```bash
http://yourip:3000/feed/$id.xml
# example:
http://yourip:3000/feed/a7f35628-329daef1-1f3c74a1-7f43aa66.xml
```
Done! You can either host this on a spare server or start it on-demand.
## Related projects
- [Spotifeed](https://github.com/timdorr/spotifeed)