nor-github

Github API library for Node.js

Usage no npm install needed!

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

README

nor-github

Github API library

Create an issue

var github = require('nor-github');

github.create_issue({
    'auth_token': 'foobarsecret',
    'user_agent': 'jheusala',
    'repository': 'sendanor/nor-github',
    'title': 'Test issue',
    'body': 'Test content.'
}).then(function() {
    console.log('OK');
}).fail(function(err) {
    util.error('Error: ' +err);
}).done();

Commercial Support

You can buy commercial support from Sendanor.