GithubHelp home page GithubHelp logo

jonhpc / axolotl-beats Goto Github PK

View Code? Open in Web Editor NEW

This project forked from axolotl-beats-52/axolotl-beats

0.0 0.0 0.0 1.23 MB

Pantless Thundergoose's better and improved version of axolotl beats

JavaScript 86.07% HTML 0.90% SCSS 13.03%

axolotl-beats's Introduction

axolotl-beats

Setup / Installation

  1. Install the npm dependencies: npm install

  2. Register your app at Spotify Developer Dashboard to obtain your Client ID and Client Secret

  3. Go to "Edit Settings" on your app dashboard to white-list Redirect URI(s) for your app. This represents the link(s) that Spotify OAuth will redirect to after user authentication.

  4. Go to "Users and Access" on your app dashboard to add Spotify users you want to allow access to your app in development mode. Without this step, any user can still authenticate via OAuth in your app, but they would be unauthorized to make Spotify API calls using your Client ID and Client Secret.

  5. In the root directory of your local app instance, create a .env file with the following information:

CLIENT_ID=<your Client ID>
CLIENT_SECRET=<your Client Secret>
REDIRECT_URI=<your Redirect URI>
PORT=3000 // or another port of your choice for the Express server

// optional: define other REDIRECT_URIs to handle other redirects (e.g. for failed authentication)

Since .env is in .gitignore and not published to Github, please make sure that you create .env locally for the app to work.

Resources

axolotl-beats's People

Contributors

jonhpc avatar siyoungmah avatar kiranbanger avatar edi-wu avatar frozenstove avatar micaylenbrenner avatar parkersteinberg 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.