8000 GitHub - joshr4/embed: Embeddable player for content on wavlake.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joshr4/embed

 
 

Repository files navigation

Getting Started

First, install packages:

npm install

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3003 with your browser to see the result.

Usage

The Embed player serves content with the same URL paths as Player. For example, if a track's URL on Player is https://<player-domain>/track/b1fddd49-a3b3-4cfa-af69-fab60f92724c then the Embed version will be https://<embed-domain>/track/b1fddd49-a3b3-4cfa-af69-fab60f92724c. The same logic applies for artist and album pages.

Housekeeping

Run prettier before pushing commits:

npx prettier --write .

About

Embeddable player for content on wavlake.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 6.2%
0