github-build-bot
v0.1.9
Published
[![Build Status](https://travis-ci.org/AlexanderMoskovkin/github-build-bot.svg?branch=master)](https://travis-ci.org/AlexanderMoskovkin/github-build-bot)
Downloads
2
Readme
saucelabs-build-bot
##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);