Node.js project that makes a web scraping to get some guitar tablature and transform it to an Arduino Program compatible with the tone() Function.
First of all, make sure you have npm and node installed.
After that open a terminal on the directory and execute:
npm install
After it all the dependencies packages are all set.
Go to CifraClub's WebSite and search for your song, which has a tablature on it.
Example:
After, paste your link into the index.js file on the line 14.
Save the file and execute in the terminal:
node index
After that a music.ino file will be generated and you will be able to upload it to your arduino using the Arduino IDE or others.