diff --git a/.gitignore b/.gitignore index 550c37b..40b878d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -node_modules/ -data/accessData.json -data/token.json -data/userDetails.json -data/playerData.json +node_modules/ \ No newline at end of file diff --git a/data/accessData.json b/data/accessData.json new file mode 100644 index 0000000..4a2f706 --- /dev/null +++ b/data/accessData.json @@ -0,0 +1,4 @@ +{ + "access_token":"", + "refresh_token":"" + } \ No newline at end of file diff --git a/data/playerData.json b/data/playerData.json new file mode 100644 index 0000000..7625a4e --- /dev/null +++ b/data/playerData.json @@ -0,0 +1,3 @@ +{ + "currentAlbum":"" + } \ No newline at end of file diff --git a/data/token.json b/data/token.json new file mode 100644 index 0000000..fe5d164 --- /dev/null +++ b/data/token.json @@ -0,0 +1,3 @@ +{ + "userToken":"" + } \ No newline at end of file diff --git a/data/userDetails.json b/data/userDetails.json new file mode 100644 index 0000000..3382e72 --- /dev/null +++ b/data/userDetails.json @@ -0,0 +1,7 @@ +{ + "clientId":"", + "clientSecret":"", + "redirectUri":"", + "device":"", + "path":"" + } \ No newline at end of file