Skip to content

gabrieljmj/phunky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


phunky

Deprecated - musixmatch have realesed their own desktop app for Spotify.

Spotify does not support anymore MusixMatch lyrics. Because of their delay to release a new tool, I've been working on it. Feel free to contribute.

Running (dev mode)

Be sure to have NodeJS installed.

  1. Clone or download the zip of the app, than install all dependencies
$ npm install
  1. Create a API key for browser without domain here.

  2. Go to: Google's APIs Credential Page

  3. Click on the 'Create credentials' dropdown and select the 'API key' option

  4. From the popup, click on 'Browser key'

  5. Enter a unique name, leave the 'Accept requests from these HTTP referrers (web site)' field blank and click 'create'

  6. Turn on the YouTube Data API here.

  7. Create a config file called config.json in the root:

    {
      "clients": {
        "youtube": "[YOUR_KEY_HERE]"
      }
    }
  8. Install electron and run

    $ npm start
    

    or

    $ electron app/main.js
    

License

Under MIT License.