1.1.4 • Published 3 years ago

github-insights v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Github Insights

💻 Usage

Install the package as a dependency from npm:

With NPM:

npm install --save github-insights

With YARN:

yarn add github-insights

📄 Documentation

Documentation is available here
The "API" Module is most Important, "INDEX" just exports it

📖 Example

import * as insights from 'github-insights';

async function main() {
  const clones = insights.traffic.clones('<user>', '<repo>', '<username>', '<password>');
  console.log(clones);
}

main();

📄 License

MIT © Bernd Storath

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago