Skip to content
Patrick de Mooij edited this page Oct 7, 2018 · 6 revisions

Spotify Wallpaper

Getting started

When you've downloaded this project you have to do a few things to get it up and running.

First you have to make sure NodeJS is installed.

Second, you need to install the dependencies. This can easily be done by running the next command in the root folder of the project.

npm install

After this, you have to get required keys from Spotify and store them in the 'config.json' file. You can get the keys here.

Now, you're all set and can start the application by running the next command in the project root.

npm start

Customization

For the customization options you can consult the wiki.

License

Spotify Wallpaper is licensed a MIT license that is available here.

Clone this wiki locally