Skip to content

tgirotto/Spotify-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-Search

Searching through Spotify's library using Node js

SETUP

  1. Clone using "git clone https://github.com/tgirotto/Spotify-Search.git";
  2. Download and install node.js and npm from http://nodejs.org/download/;
  3. In the root folder, install the request module using "npm install request";
  4. Modify the contents of the search.txt file as required, following a CSV format:
  • Track name;
  • Artist;
  1. Run the code throgh "node {app.js | app_popularity_only.js} [search.txt]" command, where [search.txt] is the input file containing the input.
  2. All results will be output to a [search].out file.

app.js will generate the following structure:

  • Track name (input);
  • Artist(s) (input);
  • Track name (output);
  • Artist(s) (output);
  • Album name;
  • Big size album cover;
  • Medium size album cover;
  • Small size album cover;
  • Track URI;
  • Popularity;

app_popularity_only.js will generate the following structure instead:

  • Track name (input);
  • Artist(s) (input);
  • Popularity;

About

Searching through Spotify's library using Node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published