Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

nativefier/gitcloud-client

Repository files navigation

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