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

0.2.4 • Public • Published

GitCloud Client

Build Status

Installation

Only supported on Node >= 12

$ npm install --save gitcloud

Usage

const gitCloud = require('gitcloud');

gitCloud('http://nativefier.github.io/gitcloud')
    .then(fileIndex => {
        console.log(fileIndex);
    })
    .catch(error => {
        console.error(error);
    });

Tests

$ npm test

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i gitcloud

Weekly Downloads

1,183

Version

0.2.4

License

MIT

Unpacked Size

3 kB

Total Files

5

Last publish

Collaborators

  • jiahaog