1.1.1 • Published 4 years ago

@crazykoder101/get-gist v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

get-gist

A dead simple github gist API

let getGist = require('@crazykoder101/get-gist');

let id = "12345"
getGist.getData(id)
  .then(data => {
	console.log(data)
  })
1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago