Giter VIP home page Giter VIP logo

musicmatch's Introduction

MusicMatch

MusicMatch is a social app that connects people with similar geek/taste in music whilelist showing you the profiles with whom your music taste matches the most.

Getting Started

To get started with MusicMatch, follow these steps:

  1. Obtain a Unique Access Token from Spotify: You can acquire a unique access token from Spotify's developer platform. This token is essential for accessing Spotify's API and retrieving music data. You can obtain this token manually using Postman by performing a GET request to the Spotify API. Once obtained, insert the access token into the code at:

    const string TOKEN = "YOUR_ACCESS_TOKEN_HERE";
    
  2. Integrate the necessary libraries:

    • cpr library for making GET requests to the Spotify API.
    • SQLite3 for storing user data in a serverless database.

    Alternatively, you can use vcpkg to easily install these libraries.

  3. Set up your development environment:

    • MusicMatch was built and tested in Visual Studio with the above mentioned C++ libraries.
    • Manually integrate these libraries into your Visual Studio project.

musicmatch's People

Contributors

pro0o avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.