vortaro-node
v0.0.1
Published
An NPM package to use the Vortaro API in Node JS.
Downloads
3
Readme
Vortaro Node
Use Burrows Vortaro from Node JS.
Installing
npm i @burrowsyr/vortaro-node
Usage
var vortaro = require("@burrows/vortaro");
Commands
# to run tests
npm test
# to build
npm run build
# to publish
npm publish