JSPM

node-musii-amplitude

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q22967F
  • License ISC

Lib que facilita a integração do amplitude

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:
}