With this project you can run a REST API that allows you to discover the title of a song by passng it a phrase of the lyrics
This app will start a service on port 5000 of your localhost, you can pass via HTTP method GET the phrase of the song with the param text
OS X & Linux:
git clone [link repo]Once you have started the server, go to
localhost:5000/findSong?text=[the phrase of the song]Wait for the result and enjoy
Make sure you have node and npm installed on your system
cd findSong
npm install
node index.jsLeonardo Fralini – @fralo.leo on Instagram – leonardo.fralini@gmail.com
Distributed under the MIT license. See LICENSE for more information.