Merge branch 'master' into dev
This commit is contained in:
commit
5515a37979
2 changed files with 4 additions and 4 deletions
4
app.js
4
app.js
|
|
@ -24,13 +24,13 @@ var vue_config = {
|
||||||
auth: {
|
auth: {
|
||||||
alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`,
|
alert: `We will only be able to access your top tracks and artists, nothing else. This is also only done on your browser. Our servers do not see any of the data from your account.`,
|
||||||
base_url: `https://accounts.spotify.com/authorize`,
|
base_url: `https://accounts.spotify.com/authorize`,
|
||||||
redirect: `http://localhost:5000`,
|
redirect: `http://tyler.akins.me/top-lists`,
|
||||||
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
|
client_id: `3a1795e9d55445b0aa0c05dd74c866fb`,
|
||||||
scopes: [
|
scopes: [
|
||||||
`user-top-read`
|
`user-top-read`
|
||||||
],
|
],
|
||||||
show_dialog: false,
|
show_dialog: false,
|
||||||
use_state: true
|
use_state: false
|
||||||
},
|
},
|
||||||
user: {
|
user: {
|
||||||
name: ``,
|
name: ``,
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<link rel="stylesheet" href="./css/transitions.css">
|
<link rel="stylesheet" href="./css/transitions.css">
|
||||||
|
|
||||||
<!-- Javascript Imports -->
|
<!-- Javascript Imports -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.min.js"></script>
|
||||||
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
||||||
<script src="./components/artist.js" defer async></script>
|
<script src="./components/artist.js" defer async></script>
|
||||||
<script src="./components/track.js" defer async></script>
|
<script src="./components/track.js" defer async></script>
|
||||||
|
|
@ -116,4 +116,4 @@
|
||||||
let app = new Vue(vue_config)
|
let app = new Vue(vue_config)
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue