0.0.1 • Published 3 years ago

node-musii-analytics v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

node-musii-analytics

library that aims to make communication with spotify more transparent

Example

const service = require('node-musii-analytics')()

or

const Service = require('node-musii-analytics')
const service = Service()

methods

service.analytics.sendAnalytics('userId', 'eventGroup', 'eventName', 'label')

Return

success

{
  status: ,
  data: 
}

error

{
  status: ,
  error:
}