Skip to content

ALTxVentures/meteor-slack-invite

 
 

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}}