soundgasm-api

0.0.1 • Public • Published

soundgasm-api NPM version Build Status Dependency Status

Unofficial API for soundgasm.net

Installation

$ npm install --save soundgasm-api

Usage

const soundgasmApi = require('soundgasm-api');
 
let url = 'https://soundgasm.net/u/GateOfIvory/M-Sonnet-No-5';
soundgasmApi(url, sound => {
  console.log(sound.downloadURL);
  // => https://soundgasm.net/sounds/b949ed00caadb8ccac989de9885e37ef681610a9.m4a
});

License

Apache-2.0 © squareguy

Dependents (0)

Package Sidebar

Install

npm i soundgasm-api

Weekly Downloads

0

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • squareguy