Skip to content
/ findSong Public

A simple REST API to find the title of a song by the lyrics

License

Notifications You must be signed in to change notification settings

Fralo/findSong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find Song By Lyrics

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

Installation

OS X & Linux:

git clone [link repo]

Usage example

Once you have started the server, go to

localhost:5000/findSong?text=[the phrase of the song]

Wait for the result and enjoy

Development setup

Make sure you have node and npm installed on your system

cd findSong
npm install
node index.js

Meta

Leonardo Fralini – @fralo.leo on Instagram[email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/Fralo

About

A simple REST API to find the title of a song by the lyrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published