An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# drone

The part that completes the core

[![Build Status](https://travis-ci.org/Strider-CD/drone.svg)](https://travis-ci.org/Strider-CD/drone)
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](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.