0.0.1 • Published 2 years ago

teamup.js v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

teamup.js

A simple Node.js wrapper for https://api.teamup.com.

Currently under construction! This is v0 of a package created originally for personal use and is still being worked on. Please report any bugs, issues, etc., here.

documentation

Find the full documentation here. Generated with jsdoc-to-markdown.

installation

npm i teamup.js

quick set up

const Teamupjs = require('teamup.js');
const client = new Teamupjs({
  token: 'api_key',
});