meteor-gist

Provides a dead simple way to get and inject public gist into dynamic meteor template.

Usage no npm install needed!

<script type="module">
  import meteorGist from 'https://cdn.skypack.dev/meteor-gist';
</script>

README

Build Status

Deps Status DevDeps Status

meteor-gist

Provides a dead simple way to get and inject public gist into dynamic meteor template.

Usage

Put {{{gist <user> <id>}}} in your meteor template where:

  • <user> - github user name of gist owner
  • <id> - gist id

Example

<template name="example">
  <div class="gist">
    {{{gist "sergeyt" "7329871"}}}
  </div>
</template>

TODO

  • Port for browser