0.1.1 • Published 4 years ago

@tonicpow/tonicpow-js v0.1.1

Weekly downloads
-
License
Open BSV
Repository
github
Last release
4 years ago

TonicPow JS

Official JS implementation for interacting with the TonicPow API

last commit license Release standard-readme compliant slack

Table of Contents

Getting Started

This is a JavaScript library that has complete coverage for the TonicPow API. Familiar with Go? Here's an example in Go.

Prerequisites

Install via npm (back-end)

From your project's directory:

$ npm install tonicpow-js --save

And load the module in your project:

let TonicPow = require('tonicpow-js');
await TonicPow.init('your-api-key', 'live')

View examples of using the package.

Documentation

More overall API documentation can be found on TonicPow Docs

Here as example of session tracking for goal conversions

Examples

View examples of using the package.

Code Standards

Always use the language's best practices!

Usage

Back-end package for interacting with the TonicPow API

View full demo examples of using the package.

Maintainers

MrZ - Satchmo

Support the development of this project and the TonicPow team 🙏

Contributing

Feel free to dive in! Open an issue or submit PRs.

There is also a Golang implementation for this package.

License

License

0.1.2

4 years ago

0.1.1

4 years ago