diff --git a/README.md b/README.md index 928f9dc..c458725 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,48 @@ -chrome-shazam2spotify +Shazam2Spotify ===================== Chrome extension used to export your Shazam tags to a Spotify playlist. -## How to build +[![ScreenShot](https://raw.githubusercontent.com/leeroybrun/chrome-shazam2spotify/master/promo_1400x560.png)](http://youtu.be/Zi1VRJqEI0Q) + +## How it works + +
+ +## Install + +To install the extention, just go to the Chrome Webstore : https://chrome.google.com/webstore/detail/shazam2spotify/clhbpnpnaneankhiagfnjcegpccjkbib + +## How to use + +It will only works if you use the Shazam app for iOS or Android AND you are logged in with Facebook in the app. + +If these conditions are met, Shazam will sync your tags with their MyShazam service (www.shazam.com/myshazam). + +This extension will then parse the MyShazam website, get your tags, and add them to a new playlist created on your Spotify account. + +How it works : + +1. Install the extension +2. Click on the new icon appeared on your Chrome toolbar +3. You will be asked to login on MyShazam and Spotify +4. A new playlist ("My Shazam Tags") will be created on your Spotify account +5. Your Shazam tags will be listed and automatically added to this playlist + +If a Shazam tag cannot be found on Spotify, you will have the possibility to change the search query for this track. + +When you want to update your Spotify playlist with new tags, simply click on the Shazam2Spotify icon on Chrome toolbar. It will then search for new tags on Shazam and add them to Spotify. + +## Developers + +### How to build ``` grunt build -``` \ No newline at end of file +``` + +### How to bundle + +``` +grunt bundle +``` diff --git a/promo_1400x560.png b/promo_1400x560.png new file mode 100644 index 0000000..f64e764 Binary files /dev/null and b/promo_1400x560.png differ diff --git a/video_screenshot.png b/video_screenshot.png new file mode 100644 index 0000000..a5f7f92 Binary files /dev/null and b/video_screenshot.png differ