This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

github-insights
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

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

/github-insights/

    Package Sidebar

    Install

    npm i github-insights

    Weekly Downloads

    1

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    19.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • kaaaxcreators