Skip to content

stealth-engine/meteor-slack-invite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Invite for Meteor

Inspired by Slackin but built for Meteor – using Meteor DDP, Mongo and Spacebars.

DEMO – We use it on the SpaceTalk Homepage

Installation

meteor add studiointeract:slack-invite

Usage

First create a token for your Slack team here.

Add that token together with your teamname i your settings.json file. (Don't forget to start Meteor using it, if you're testing it locally, i.e. meteor --settings settings.json).

Example settings.json

{
  "slackToken": "___REAPLACE_WITH_TOKEN___",
}

Add to your template like this:

  {{> slackInvite}}

About

Template and form to add a Slack invite box on your app.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 86.2%
  • HTML 13.8%