Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 707 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 707 Bytes

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