protobuf-activetick

3.0.0 • Public • Published

activetick-protobuf

Build Status

Protobuf schema for ActiveTick data and requests.

Uses https://github.com/mafintosh/protocol-buffers

Usage

const ATSchema = require('protobuf-activetick')

ATSchema((err, res) => {
  if (err) return done(err)
  let ATEvent = res

  // do stuff with protobuf messages
})

Package Sidebar

Install

npm i protobuf-activetick

Weekly Downloads

14

Version

3.0.0

License

MIT

Last publish

Collaborators

  • dchem