0.2.5 • Published 6 years ago

@lyo/node-gist v0.2.5

Weekly downloads
-
License
unknown
Repository
-
Last release
6 years ago

@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

0.2.5

6 years ago