This is the server that allows the Artisticly App and web page to run properly.
All songs must use the .mp3
, .wav
or .m4a
format.
The naming comes like this [song-id]-[0 = hidden, 1 = public]-[anything you want]
, the song id is an integer
Public songs are accessible by any user, while hidden songs are only accessible via the access code set in the config.json
file.
Beforehand, you need npm and node on your computer or server.
-
Click on the latest release like shown below:
And download the ArtisticlyServer.zip, then unzip it. -
Edit the
config.json
file by putting your own access code and name. Don't forget to setconfigured
totrue
! -
You can now run the server by doing
npm install
thennode server.js
, et voilĂ !
Then simply do the according settings in the Artisticly app.