meteor-gist

0.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i meteor-gist

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sergeyt