Anonymous playlist generator for Youtube, live web app here
The APGfY (Anonymous Playlist Generator for Youtube) allows you to create a playlist of your favorite YouTube videos without the need to for a Google Account. The APGfY also lets you visit videos on your playlist anytime as well export them for use on another device.
- Rejects non-YouTube URLs.
- Prevents storage of duplicate URLs.
- Uses Browser's local storage to persist playlist data.
- Allows playlists to be exported and imported (in JSON) for use elsewhere.
- Allows playlist import from URL.
Before contributing, please read the contribution guide.
- Install dependecies:
npm install - Run server:
npm start - Build for production:
npm run build - Format code:
npm run format-code - Run E2E tests:
npm run testornpm run test:open