danielj247 / ontopify

Spotify mini-player that stays on top.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ontopify

ontopify.mp4

Development

When developing/building yourself you will first need to create an app on the Spotify developer dashboard.

Add ontopify://callback as a Redirect URI and add your applications Client ID to SPOTIFY_CLIENT_ID in your env.ts.

Make sure you copy the contents of env.example.ts to a new env.ts.

If you want other accounts to use the application then be sure to add users in the User Management tab on the Spotify developer dashboard.

Use the command npm run start to start the development server.

Build

Use the command npm run make to build the application to current OS.

Linting

Run npm run lint to lint the project. Run npm run lint:fix to fix linting errors.

About

Spotify mini-player that stays on top.


Languages

Language:TypeScript 95.2%Language:JavaScript 3.2%Language:CSS 1.0%Language:HTML 0.6%