Created
June 23, 2017 13:56
-
-
Save scripting/75e27f5227be29afe6f76cd55961d95d to your computer and use it in GitHub Desktop.
Hello World for githubpub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const githubpub = require ("githubpub"); | |
var config = { | |
port: 5376, | |
domains: { | |
"githubpub.scripting.com": { | |
username: "scripting", | |
repository: "Scripting-News", | |
path: "githubpub" | |
} | |
} | |
}; | |
githubpub.init (config); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment