Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafael-vasconcellos/soundplayer
soundcloud custom player with nextJS and tailwindcss
https://github.com/rafael-vasconcellos/soundplayer
front-end hls-js isr next-js nextjs nextjs13 tailwindcss
Last synced: 7 days ago
JSON representation
soundcloud custom player with nextJS and tailwindcss
- Host: GitHub
- URL: https://github.com/rafael-vasconcellos/soundplayer
- Owner: rafael-vasconcellos
- Created: 2023-10-13T09:33:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T11:21:29.000Z (7 months ago)
- Last Synced: 2024-11-12T14:04:55.751Z (2 months ago)
- Topics: front-end, hls-js, isr, next-js, nextjs, nextjs13, tailwindcss
- Language: TypeScript
- Homepage: https://soundplayer.vercel.app
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Player customizável com query parameters para ser incorporado em sites e etc. Construído com NextJS, tailwindcss, jsdom, hls e etc. É possível fornecer a playlist a ser exibida, customizar a cor do player, as artworks, tanto do álbum, quanto das músicas e etc.
Mais instruções sobre como usar os query parameters estão na [rota home](https://soundplayer.vercel.app/)
## Variáveis de ambiente
3 são usadas:**API_TRACK_URL:** path para uma das chamadas de API, aquela que retorna tracks a partir de ids passados
**API_QUERY_PARAMS:** query parameters que serão usados em cada chamada de API
**API_KEY**