Skip to content

dewald-els/devjam-spotify-track-analysis

Repository files navigation

DevJam - Spotify Track Analysis

Use the Track Analysis endpoint to give an overview of a song's key, temp and possible chord combinations. The API provides approximate data and might not always be 100% accurate.

Live app

Demo Link: devjam-spotify-track-analysis.azurewebsites.net

Screenshot Spotify Track Analysis

Table of contents

Installation

The project uses NodeJS with TypeScript for the backend and HTML + JavaScript for front-end.

Run the installation from the root of the directory:

npm install

Usage

To run the project, run the start command from the root directory of the project. It will be served on http://localhost:3000 by default.

npm run dev

To build the project run the build command from the root of the directory.

npm run build

To test the built project run the start command.

npm start

Acknowledgements

Contributions

Pull requests accepted.

License

Unlicensed

About

DevJam Challenge - Use the Spotify Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published