The IMSLP API module version 1.0.3 is the first public use release, with a slew of features that are detailed more specifically in the README file. Here is a short list of them:
* GET composer and work data from IMSLP's API.
* Package eliminated unnecessary or blank data.
* JSON is placed in an array instead of an object.
A lightweight version of the package (62 KB) containing only the package.json and index.js files is available here to download.
It is recommended to download the npm-available version instead by running this command in your project folder:
npm install imslp-api --save
-- OR --
yarn add imslp-api
11:50 AM EST
May 21st, 2020
Updated formatting at 07:17 PM EST on February 27th, 2021.