Skip to content

:octocat: Node.js client for the GitHub GraphQL API with zero dependencies

Notifications You must be signed in to change notification settings

nbransby/github-graphql-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GitHub GraphQL Client

Node.js client for the GitHub GraphQL API with zero dependencies.

Usage

var client = require('github-graphql-client');

var request = client({
  token: 'your GitHub token',
  query: 'your GraphQL query'
}, function (err, res) {
  if (err) {
    // handle errors
  } else {
    // handle results
  }
});

License

MIT

Credits

Made by Ivan Malopinsky.

About

:octocat: Node.js client for the GitHub GraphQL API with zero dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%