login with your spotify account and search for any song or artist to get BPM, duration, key and popularity of the track.
author: Ruta Freimane
Built on top of React-Slingshot boilerplate
Using Spotify API and SDK
# start to develop
npm start
# build + test coverage
npm run build
# test coverage
npm test
# test watch
jest --watch