GoSpotify is a simple service that syncs your playlists from SoundCloud, VK and Last.fm to Spotify.
Warning: this project is not maintained anymore.
GoSpotify is built using awesome technologies:
Data is stored in AWS DynamoDB with lotus-dynamodb, and frontend is built using Facebook React.
- Ensure you have redis and react-tools installed
- Clone example env:
cp .env.example .env - Edit
.envand use it:source .env - Install fake_dynamo dependencies:
bundle --gemfile Fakefile - Install application dependencies:
bundle
- Start foreman:
foreman start - Run development server:
lotus server - Run tests:
rake
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am "Add some feature") - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
