drone-node

2.2.0 • Public • Published

drone-node

Build Status Gitter chat Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com npm version

Node client for the Drone API

Example

const drone = require('drone-node')

const client = new drone.Client({
  url: 'https://drone.example.com',
  token: 'SoMeToKeN'
})

client.getRepos().then((res) => {
  console.log(res)
}).catch((reason) => {
  console.error(reason)
})

Many functions are available, please read the source and jsdoc comments at lib/index.js.

Contributing

Fork -> Patch -> Lint -> Test -> Push -> Pull Request

Tests

Tests are dependent on a running drone server. You can run them with the following command:

DRONE_SERVER=your_server DRONE_TOKEN=your_token yarn run test

Authors

License

Apache-2.0

Copyright

Copyright (c) 2020 Drone.io Developers

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.0
    322
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.2.0
    322
  • 2.1.0
    2
  • 2.0.0
    0
  • 1.0.1
    6

Package Sidebar

Install

npm i drone-node

Weekly Downloads

236

Version

2.2.0

License

Apache-2.0

Unpacked Size

43.6 kB

Total Files

8

Last publish

Collaborators

  • nlf
  • bradrydzewski
  • tboerger
  • d1wilko