npm.io
0.2.5 • Published 7 years ago

@lyo/node-gist

Licence
unknown
Version
0.2.5
Deps
0
Size
91 kB
Vulns
0
Weekly
0

@lyo/node-gist

A browser-compatible version of node-gist built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/node-gist"></script>

<script>
  nodeGist.Client(foo);
</script>
In Node.js
# Install
npm i @lyo/node-gist
const nodeGist = require('@lyo/node-gist')

nodeGist.Client(foo);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk