Skip to content

Node.js client to retrieve index from GitCloud

License

Notifications You must be signed in to change notification settings

TheCleric/gitcloud-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitCloud Client

Build Status

Installation

Only supported on Node >= 10

$ 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

About

Node.js client to retrieve index from GitCloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%