Skip to content

BuildBot42/teamup.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
});

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published