Package Exports
- node-musii-amplitude
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-musii-amplitude) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-musii-amplitude
library that aims to make communication with spotify more transparent
Example
const service = require('node-musii-amplitude')(api_key)or
const Service = require('node-musii-amplitude')
const service = Service(api_key)methods
service.logger.sendLog(context, user, properties, app_version)Return
success
{
status: ,
data:
}error
{
status: ,
error:
}