FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

nativefier/gitcloud-client: Node.js client to retrieve index from GitCloud · GitHub

This repository was archived by the owner on Sep 29, 2023. It is now read-only.
/ gitcloud-client Public archive

Repository files navigation

GitCloud Client

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

About

Node.js client to retrieve index from GitCloud

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL