snag

Plucks files out of GitHub.

Usage no npm install needed!

<script type="module">
  import snag from 'https://cdn.skypack.dev/snag';
</script>

README

snag

Plucks files out of GitHub.

Only tested with text (markdown) files.

Returns ES6 JavaScript promises.

Installation

    npm install snag

Sample Application

    # View and run the sample index.js application via:
    npm start

Running unit tests

    npm test

Build Status