diff --git a/app.js b/app.js deleted file mode 100644 index a4c0c18..0000000 --- a/app.js +++ /dev/null @@ -1,6 +0,0 @@ -var http = require("http"); -http.createServer(function(request, response) { - response.writeHead(200, {"Content-Type": "text/plain"}); - response.write("Hello World"); - response.end(); -}).listen(8888); diff --git a/authorization_code/public/index.html b/authorization_code/public/index.html index 09cc7f3..7523ca2 100644 --- a/authorization_code/public/index.html +++ b/authorization_code/public/index.html @@ -39,12 +39,13 @@
-
Display name
{{display_name}}
+
Display name
{{display_name}}
Id
{{id}}
Email
{{email}}
Spotify URI
{{external_urls.spotify}}
Link
{{href}}
-
Profile Image
{{images.0.url}}
+
Profile Image
{{images.0.url}}
+
Country
{{country}}
diff --git a/implicit_grant/public/index.html b/implicit_grant/public/index.html index 29e8a8d..718bafc 100644 --- a/implicit_grant/public/index.html +++ b/implicit_grant/public/index.html @@ -38,12 +38,13 @@
-
Display name
{{display_name}}
+
Display name
{{display_name}}
Id
{{id}}
Email
{{email}}
Spotify URI
{{external_urls.spotify}}
Link
{{href}}
-
Profile Image
{{images.0.url}}
+
Profile Image
{{images.0.url}}
+
Country
{{country}}