hubot-bustabit
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,13 +0,15 @@ | ||
# When you log in to bustabit.com select the "AUTO" tab, then at the | ||
# bottom right click the "autobet" button and select "custom" | ||
# select everything inside the text area and delete it | ||
# copy paste the entire contents of this text into that text field and click run | ||
# If your hubot is running on your local machine all should be working | ||
# YOU MUST CHANGE THE LINE BELLOW IF YOU RUN THE HUBOT ON A SERVER | ||
SERVER = 'http://localhost:8080/' | ||
// When you log in to bustabit.com select the "AUTO" tab, then at the | ||
// bottom right click the "autobet" button and select "custom" | ||
// select everything inside the text area and delete it | ||
// copy paste the entire contents of this text into that text field and click run | ||
// If your hubot is running on your local machine all should be working | ||
// YOU MUST CHANGE THE LINE BELLOW IF YOU RUN THE HUBOT ON A SERVER | ||
// SERVER = 'http://localhost:8080/' | ||
# INIT | ||
// INIT | ||
var bet = {}; | ||
# CHECK HUBOT SERVER FOR BET | ||
// CHECK HUBOT SERVER FOR BET | ||
function CheckBet () { | ||
@@ -29,3 +31,4 @@ xmlhttp = new XMLHttpRequest(); | ||
# UPDATE THE HUBOT SERVER WITH INFORMATION | ||
// UPDATE THE HUBOT SERVER WITH INFORMATION | ||
function Info(params) { | ||
@@ -32,0 +35,0 @@ var http = new XMLHttpRequest(); |
{ | ||
"name": "hubot-bustabit", | ||
"version": "1.0.0", | ||
"description": "Hubot bustabit integration", | ||
"main": "index.coffee", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"_from": "hubot-bustabit", | ||
"_id": "hubot-bustabit@1.0.0", | ||
"_inBundle": false, | ||
"_integrity": "sha512-Yq7JoEDTVsCyiWd8znmqmwgChbJ/Bm9YYK/R5RMkBkstIUyqQO8UrTkRwbzvCIhUPLlsJlQqeeF6dySOiaXpdw==", | ||
"_location": "/hubot-bustabit", | ||
"_phantomChildren": {}, | ||
"_requested": { | ||
"type": "tag", | ||
"registry": true, | ||
"raw": "hubot-bustabit", | ||
"name": "hubot-bustabit", | ||
"escapedName": "hubot-bustabit", | ||
"rawSpec": "", | ||
"saveSpec": null, | ||
"fetchSpec": "latest" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ileathan/hubot-bustabit.git" | ||
"_requiredBy": [ | ||
"#USER", | ||
"/" | ||
], | ||
"_resolved": "https://registry.npmjs.org/hubot-bustabit/-/hubot-bustabit-1.0.0.tgz", | ||
"_shasum": "420a3b974287c69508b92656d2e84398de396d30", | ||
"_spec": "hubot-bustabit", | ||
"_where": "/Users/leathan/TEMP", | ||
"author": { | ||
"name": "leathan" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ileathan/hubot-bustabit/issues" | ||
}, | ||
"bundleDependencies": false, | ||
"deprecated": false, | ||
"description": "Hubot bustabit integration", | ||
"homepage": "https://github.com/ileathan/hubot-bustabit#readme", | ||
"keywords": [ | ||
@@ -17,8 +40,13 @@ "bustabit", | ||
], | ||
"author": "leathan", | ||
"license": "SEE LICENSE IN NOTHING", | ||
"bugs": { | ||
"url": "https://github.com/ileathan/hubot-bustabit/issues" | ||
"main": "index.coffee", | ||
"name": "hubot-bustabit", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ileathan/hubot-bustabit.git" | ||
}, | ||
"homepage": "https://github.com/ileathan/hubot-bustabit#readme" | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "1.0.1" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6515