Skip to content

Web Scraping script to create a arduino file that have a guitar tablature in the Tone function form.

License

Notifications You must be signed in to change notification settings

OtacilioN/arduino-tablature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-tablature

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.

How to use it

1. Installation

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.

2. Running the Code

Go to CifraClub's WebSite and search for your song, which has a tablature on it.

Example:

https://www.cifraclub.com.br/natiruts/andei-so/

After, paste your link into the index.js file on the line 14.

url = 'https://www.cifraclub.com.br/natiruts/andei-so/';

Save the file and execute in the terminal:

node index

3. Uploading

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.

About

Web Scraping script to create a arduino file that have a guitar tablature in the Tone function form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.3%
  • C++ 40.7%