Skip to content

Releases: salazarbarrera/ListenAlongJS

Release v1.1.0

09 Sep 06:19
bfd4a95
Compare
Choose a tag to compare
  • Removed Alert
  • Divided the page into steps so it is compatible with more browsers
  • Added text inputs for Google Api Key and target user so it is easier to user in basic hostings like neocities.
  • Allowing autocomplete of fields using a fake Form as a hack.
  • Link to git and tutorial
  • Dark mode

Release 1.0.0

05 Sep 23:06
bfd4a95
Compare
Choose a tag to compare

Zip containing everything needed to make the app work (with the exception of Youtube's API key). You can simply double click on index.html and open it with your browser, or upload it to a hosting or serve it via localhost if you wish.

Once you get the Youtube API, you need to open bundle.js and replace 'GOOGLE_API_KEY' with it. Also replace 'TARGET_USER' with the username of the account you want to listen.

Example:

const USER = 'LastfmSupport';
//////////////////////////////////////
const GOOGLE_KEY = '9ẁv4u0qugv0qgu80q3';