0.2.4 • Published 2 years ago

gitcloud v0.2.4

Weekly downloads
3,480
License
MIT
Repository
github
Last release
2 years ago

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