https://github.com/strider-cd/drone
The part that completes the core
https://github.com/strider-cd/drone
Last synced: about 1 year ago
JSON representation
The part that completes the core
- Host: GitHub
- URL: https://github.com/strider-cd/drone
- Owner: Strider-CD
- License: bsd-3-clause
- Created: 2015-07-17T22:21:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T03:27:34.000Z (about 9 years ago)
- Last Synced: 2024-02-21T20:41:11.572Z (over 2 years ago)
- Language: JavaScript
- Size: 78.1 KB
- Stars: 4
- Watchers: 10
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# drone
The part that completes the core
[](https://travis-ci.org/Strider-CD/drone)
[](https://github.com/feross/standard)
## Getting Started
Make sure the core is running, and you have it's accessable url.
```sh
npm install
DRONE_TOKEN= CORE_URL=http://localhost:8000 npm start
```
You should see 'ping' on the drone, and 'pong' on core.