There was an error while loading. Please reload this page.
Only supported on Node >= 12
$ npm install --save gitcloud
const gitCloud = require('gitcloud'); gitCloud('http://nativefier.github.io/gitcloud') .then(fileIndex => { console.log(fileIndex); }) .catch(error => { console.error(error); });
$ npm test
MIT
Node.js client to retrieve index from GitCloud