@skypager/node
v1.4.2
Published
the skypager node runtime.
Readme
Skypager Node Runtime
This provides a version of the skypager runtime specially tailored for use in a node.js server environment.
Installation and Usage
$ yarn add @skypager/node --saveUsing in a script
const runtime = require('@skypager/node')
runtime.start().then(() => {
runtime.log(`Oh! World.`)
})