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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i bitbucket.node

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • mattinsler