Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 360 Bytes

slow-tempo

Small application for changing to tempo of songs and looping the pieces of song. Could be useful for learning.

Main stack is:

  • React
  • reflux
  • indexedDB

demo

http://wtfil.github.io/song-looper/

install

git clone [email protected]:wtfil/song-looper.git
cd song-looper
npm install
npm start

deploy

npm run deploy