Skip to content

techbyorg/impact-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK for posting datapoints to TechBy Impact

Basic usage:

import { Impact } from '@techby/impact'

const impact = new Impact({
  apiKey: '<your api key>'
})

impact.incrementMetric('users')
impact.incrementUnique('active-users', 'some-hashed-user-id)

TODO:

  • either bundle with webpack, or somehow embed regenerator runtime so @babel/preset-env doesn't need to be in dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published