bitbucket.node

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i bitbucket.node

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • mattinsler