Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freetonik/linkcast

Convert any link into an episode of your private podcast
https://github.com/freetonik/linkcast

Last synced: 2 months ago
JSON representation

Convert any link into an episode of your private podcast

Awesome Lists containing this project

README

        

# A "listen-later" podcast generator

Code from my live-coding YouTube video:

[![](https://img.youtube.com/vi/LwnPqUBLDYY/0.jpg)](https://www.youtube.com/watch?v=LwnPqUBLDYY)

Develop:

```
npm install
npm run dev
```

Deploy:

```
npm run deploy
```

Todo (for the next videos, possibly):

- [ ] chunking of articles larger than 4096 characters, mp3 concatenation
- [ ] mp3 duration for RSS
- [ ] web view of the feed, with mp3 players
- [ ] nicer UI
- [ ] mp3 tags for author, title, etc.
- [ ] authN, authZ
- [ ] error handling
- [ ] custom domain

[Subscribe to my newsletter](https://buttondown.com/rakhim/) if you want to get updates about more coding projects.