Music search website using web-scraping
A simple website that demonstrates the power of webscraping, node.js and angular.js. Use it for learning purpose.
- Clone the repository
git clone https://github.com/kp96/PulseWebSearch.git
- Install dependecies
npm install
- Install bower
npm install bower -g
- Install bower dependencies
bower install
- Run the application
node bin/www
- Open browser and type
localhost:3000