0.0.1 • Published 10 years ago

bitbucket.node v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

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.

0.0.1

10 years ago