GithubHelp home page GithubHelp logo

musicmind's Introduction

Music Mind

This is the final app with Spotify, as a collection of tools to use. Visualizers, Schedulable events, filters, details. Anything I think of from here on out should be built into this so I don't write auth and fetching mechanisms for a 5th time.

Auth Evolutions

I intend to build this in steps:

๐Ÿ”จ Base authentication using redirect urls

๐Ÿ’ฟ User database with Prisma Auth.js on top of PlanetScale

๐Ÿ•‹ Server-side service with client auth for executing scheduled events

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

musicmind's People

Contributors

the-sides avatar

Watchers

 avatar

musicmind's Issues

Playlist Folders

There is no API endpoint for determining a user's playlist folders. My idea is to write a script that reads the elements from the Spotify web app to create a simple object denoting which folders have what playlists.
Their web app uses a clever way to dynamically load the folders/playlist as you scroll, so at any given time, it can't be known that all the folders are visible. Also selecting the list might be tricky and they are bound to change it in the future.
It's a hacky approach, but possible if I wanted it to be done.

Needs:
Database to store folders for a user
Docs on limitations and how to use dev console on spotify web app.
Portable script snippet "easy enough" for the end-user to copy/paste/execute/copy-results

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.