Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

MusicBrainz Mashup REST API built in NodeJs using Express

Notifications You must be signed in to change notification settings

chriskilinc/MusicBrainzMashup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicBrainz Mashup REST API

Using public api:s from MusicBrainz, Wikipedia and CoverArtArchive

Routes

/api/artist/:id

Installation

MusicBrainzMashup was developed to run on at least NodeJs v9.7.1 and has not been tested on other versions.

Production

$ git clone https://github.com/chriskilinc/MusicBrainzMashup
$ cd MusicBrainzMashup
$ yarn  /   npm install
$ yarn start    /   npm start

Development

$ git clone https://github.com/chriskilinc/MusicBrainzMashup
$ cd MusicBrainzMashup
$ yarn  / npm install
$ yarn dev  / npm run dev

Stack

  • NodeJs
  • Express

Testing

Unit Testing with Jest

$ yarn test

About

MusicBrainz Mashup REST API built in NodeJs using Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published