@lennym/drone-node
v2.1.0
Published
Node client for the Drone API
Downloads
277
Readme
drone-node
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 -> Test -> Push -> Pull Request
Authors
License
Apache-2.0
Copyright
Copyright (c) 2020 Drone.io Developers