Lyrics demo for websites using the YodaBot API.
You can view a live demo on lyrics.yodabot.xyz
This script is really straightforward. All the necessary files are in the src
folder. You can run the demo by opening the index.html
file in your browser.
Javascript is also provided, but without using any wrappers or libraries. You can find the Javascript code in the script.js
file.
View the API documentation for more information on using this API.
You can also visit the API playground to test out the API yourself.
YodaBot API has a lot more features than just lyrics. You can also use it to predict genre of an audio, analyze an image, grammar correction, OCR, and more!
What is worker.js?
The worker.js
file is a script for a Cloudflare Workers.
This service is hosted on Cloudflare Workers (cause I'm not bothered to host this in a server).
This project is licensed under the MIT License - see the LICENSE file for details.