Skip to content

YodaBotOS/lyrics.yodabot.xyz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YodaBot Lyrics Website

Lyrics demo for websites using the YodaBot API.

Live demo

You can view a live demo on lyrics.yodabot.xyz

Running the demo

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.

Using the API

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).

License

This project is licensed under the MIT License - see the LICENSE file for details.