blank files

This commit is contained in:
Karl 2020-03-10 10:27:45 +00:00
parent 867c5c49bb
commit 47c52fad23
5 changed files with 18 additions and 5 deletions

6
.gitignore vendored
View File

@ -1,5 +1 @@
node_modules/
data/accessData.json
data/token.json
data/userDetails.json
data/playerData.json
node_modules/

4
data/accessData.json Normal file
View File

@ -0,0 +1,4 @@
{
"access_token":"",
"refresh_token":""
}

3
data/playerData.json Normal file
View File

@ -0,0 +1,3 @@
{
"currentAlbum":""
}

3
data/token.json Normal file
View File

@ -0,0 +1,3 @@
{
"userToken":""
}

7
data/userDetails.json Normal file
View File

@ -0,0 +1,7 @@
{
"clientId":"",
"clientSecret":"",
"redirectUri":"",
"device":"",
"path":""
}