Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.48 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.48 KB

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