Git Product home page Git Product logo

vinyl-ify's Introduction

Vinylify

Vinylify is a web application that allows you to search your Spotify top artists and find where to buy vinyl records for your favorite artists.

Project Status

The project is currently being developed

Features

  • Connects to your Spotify account to retrieve your top artists.
  • Provides a search functionality to find vinyl records for your favorite artists.
  • Provides links to purchase the vinyl records directly from the sellers' websites.

Usage

  1. Log in to your Spotify account using the provided login button.
  2. Once logged in, your favorite artists appear.
  3. Additonally you can enter the name of your favorite artist in the search bar and click "Search".

How it works

Using the Spotify API, the application retrieves the user's top artists. The user's top artists are displayed on the home page. The user can also search for vinyl records for their favorite artists. While the Discogs API seems like a good option, I want this project to benefit the artists, the record labels, and local record stores. Therefore, I will be using the Spotify API to retrieve the artist's information and then use the artist's name to search for vinyl records on the artist's official website or the record label's website or a local record store's website.

Each search will first look to see if it is in stock at a local record store If it is not in stock at a local record store, it will look to see if it is in stock at the record label's website If it is not in stock at the record label's website, it will look to see if it is in stock at the artist's official website

in order to reduce the number of API calls, the search results will be cached for a certain amount of time. This is helpful for popular artists who have a lot of searches. But it is also helpful for less popular artists who have fewer searches.

in order to increase speed, the backend is written in go and will utilize goroutines to make multiple API calls at once.

License

This project is licensed under the MIT License.

vinyl-ify's People

Contributors

owenstrength 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.