github-build-bot

$ npm install github-build-bot

Usage no npm install needed!

<script type="module">
  import githubBuildBot from 'https://cdn.skypack.dev/github-build-bot';
</script>

README

saucelabs-build-bot

Build Status

Install

$ npm install github-build-bot

Usage

var GitHubBot = require('github-build-bot');

var BUILD_BOT_GITHUB_NAME  = 'github-build-bot-name';
var BUILD_BOT_GITHUB_TOKEN = 'abcde12345abcde12345abcde12345abcde12345';
var SERVER_PORT            = '1800';

new GitHubBot(BUILD_BOT_GITHUB_NAME, BUILD_BOT_GITHUB_TOKEN, SERVER_PORT);