UNPKG

commit-vibes

Version:

A CLI tool to add vibes to your Git commit messages

8 lines (7 loc) 260 B
// Spotify API configuration export const SPOTIFY_CONFIG = { clientId: "YOUR_SPOTIFY_CLIENT_ID", clientSecret: "YOUR_SPOTIFY_CLIENT_SECRET", redirectUri: "http://localhost:3000", scopes: ["user-read-currently-playing", "user-read-recently-played"], };