Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/freetonik/linkcast
- Owner: freetonik
- Created: 2024-11-17T15:47:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T11:17:13.000Z (2 months ago)
- Last Synced: 2024-11-22T12:22:59.496Z (2 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.