Web Scraping the Lyrics of any Song
- Git
- Node.js and npm Node ^4.2.3, npm ^2.14.7
- Run
npm installto install dependencies - Run
node appto start the development server. - Open Browser and goto
localhost:2000. - Type the name of song and click Search.
- It will load the lyrics of the song , if found ;).

