Skip to content

Server that allows the Artisticly app to play songs, for free.

Notifications You must be signed in to change notification settings

lumaa-dev/ArtisticlyServer

Repository files navigation

Artisticly Server

This is the server that allows the Artisticly App and web page to run properly.

About song files

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.

How to run your own server

Beforehand, you need npm and node on your computer or server.

  1. Click on the latest release like shown below:
    Latest release of a GitHub repository
    And download the ArtisticlyServer.zip, then unzip it.

  2. Edit the config.json file by putting your own access code and name. Don't forget to set configured to true!

  3. You can now run the server by doing npm install then node server.js, et voilà!

Then simply do the according settings in the Artisticly app.