sergeyt:gist

v0.1.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

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

1<template name="example">
2  <div class="gist">
3  	{{{gist "sergeyt" "7329871"}}}
4  </div>
5</template>

TODO

  • Port for browser