githubinator
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -8,3 +8,4 @@ module.exports = { | ||
getUserFollowers: require('./functions/getUserFollowers'), | ||
getUserFollowing: require('./functions/getUserFollowing') | ||
getUserFollowing: require('./functions/getUserFollowing'), | ||
getGist: require('./functions/getGist') | ||
}; |
{ | ||
"name": "githubinator", | ||
"version": "0.0.1", | ||
"description": "", | ||
"version": "0.0.2", | ||
"description": "Fetching Data from https://github.com", | ||
"main": "index.js", | ||
@@ -16,3 +16,3 @@ "scripts": { | ||
"author": "Angelo II#0007", | ||
"license": "ISC", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
@@ -19,0 +19,0 @@ "node-fetch": "^2.6.1" |
@@ -48,3 +48,7 @@ <div align="center"> | ||
|getUserRepos|Username| | ||
|getGist|Github Gist ID| | ||
## Changelog | ||
- Added getGist method | ||
<hr> | ||
@@ -51,0 +55,0 @@ |
6712
10
135
57
7