Skip to content

mattinsler/bitbucket.node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitbucket.node

Bitbucket 2.0 API client for node.js

Installation

npm install bitbucket.node

Usage

var Bitbucket = require('bitbucket.node');

var client = new Bitbucket({username: '...', api_key: '...'});

// Do something with client

License

Copyright (c) 2013 Matt Insler
Licensed under the MIT license.

About

Bitbucket 2.0 API client for node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published