Skip to content

Instantly share code, notes, and snippets.

@scripting
Created June 23, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scripting/75e27f5227be29afe6f76cd55961d95d to your computer and use it in GitHub Desktop.
Save scripting/75e27f5227be29afe6f76cd55961d95d to your computer and use it in GitHub Desktop.
Hello World for githubpub
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