Skip to content

Music-matcher is a Spotify Wrapper that matches you with random people with the same music taste

License

Notifications You must be signed in to change notification settings

frimeio/spotifyMatcher

Repository files navigation

Spotify Matcher Beta v0.1

Spotify Matcher is an application that shows you your favorite artists and their top tracks on Spotify. The goals aims to save those informations on a cloud database on firebase and use them to find your Spotify Match with the same music taste!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You have installed: npm, angular You understand the basics of: Git, Node, Express, REST APIs, Promises, angular You have a Spotify Account :)

Before doing anything you should check the auth flow of Spotify

alt text

for more info: https://developer.spotify.com/documentation/general/guides/authorization-guide/

In order to use this app you need to fork this repo: https://github.com/spotify/web-api-auth-examples

and edit the following code in authorization_code/app.js

var client_id = 'CLIENT_ID'; // Your client id var client_secret = 'CLIENT_SECRET'; // Your secret var redirect_uri = 'REDIRECT_URI'; // Your redirect uri

and run the authorization_code

node authorization_code/app.js

Note: The token will expire after 60 minutes.

Installing

first install dependencies

npm install

And then

ng serve

The App looks like this:

Screenshot

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

Deployment TODO:

If I find time I will add the backend part to heroku so you will just clone this repo and then you can getting started

Built With

Contributing

Feel free to contribute

Authors

License

This project is licensed under theGNU General Public License v3.0 - see the LICENSE.md file for details

About

Music-matcher is a Spotify Wrapper that matches you with random people with the same music taste

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published