Browse Source

added info to readme

master
TFLCL 2 years ago
parent
commit
eb63325114
  1. 5
      README.md
  2. 3
      index.html

5
README.md

@ -14,6 +14,11 @@ It's a simple way to play music from Youtube and smoothly fade between tracks th
- Add current tracks/playlists as hashes in the URL so we can share track combinations
## External resources and inspiration
### Inspiration
- Original idea: http://twoyoutubevideosandamotherfuckingcrossfader.com/
- Youtube embedded player API implementation: https://thomaspark.co/projects/needledrop/
- Starry night: https://www.youtube.com/watch?v=NJjEGoqTn1Y
- CSS/JS shooting stars: https://www.geeksforgeeks.org/how-to-create-shooting-star-animation-effect-using-css/
### Bandcamp fetching
- https://gist.github.com/Romern/cd7f1e9a742d27eb3ac104201f6ae87c
- https://stackoverflow.com/questions/65085046/how-do-i-pull-album-art-thumbnail-from-bandcamp

3
index.html

@ -94,8 +94,7 @@
</div>
</div>
<!-- Some light analytics to know how people use this website -->
<!-- REMOVE THIS LINE (Some light analytics to know how people use this website) -->
<script async defer data-website-id="8db8311f-63a6-47d5-a77f-7d9b80db22b1" src="https://stats.tflcl.xyz/sucre.js"></script>
<!-- Background was first made using P5JS -->
<!-- <script src="/js/vendor/p5.js"></script>

Loading…
Cancel
Save