protobuf-activetick

ActiveTick schema for use with protobuf

Usage no npm install needed!

<script type="module">
  import protobufActivetick from 'https://cdn.skypack.dev/protobuf-activetick';
</script>

README

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