node-backpack.tf

A TypeScript + Async/Await driven Node SDK for https://backpack.tf/

Usage no npm install needed!

<script type="module">
  import nodeBackpackTf from 'https://cdn.skypack.dev/node-backpack.tf';
</script>

README

node-backpack.tf

NPM Version Build Status dependencies Status devDependencies Status Coverage Status

A TypeScript + Async/Await driven Node SDK for https://backpack.tf/

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Installation is done using the npm install command:

$ npm install node-backpack.tf

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT