Skip to content

Commit

Permalink
Beta testing notice
Browse files Browse the repository at this point in the history
  • Loading branch information
xaymup committed Jul 26, 2024
1 parent f13225f commit 534a0f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Readme.md
README.md
3 changes: 2 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Spotify API credentials
const clientId = '1b977c733d7548bc8d906aa088094e49';
const redirectUri = 'https://matchafrappe.com'; // Update this with your actual local server address
// const redirectUri = 'https://matchafrappe.com'; // Update this with your actual local server address
const redirectUri = 'http://localhost:5500'; // Update this with your actual local server address

let accessToken;
let genreList = []; // Array to hold genre objects from genres.json
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h1>BPM-aware Playlist Generator</h1>
<button id="generate-button" type="submit">Generate Playlist</button>
</form>
<div id="playlist-container"></div>
<div>Still using Spotify development api. Please email hi at matchafrappe.com with spotify email address for beta testing.</div>
</div>
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="xaymup" data-description="Support me on Buy me a coffee!" data-message="" data-color="#e861a4" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
<script src="app.js"></script>
Expand Down

0 comments on commit 534a0f5

Please sign in to comment.