An open API service indexing awesome lists of open source software.

https://github.com/studiointeract/meteor-slack

A Meteor version of Slack
https://github.com/studiointeract/meteor-slack

Last synced: 12 months ago
JSON representation

A Meteor version of Slack

Awesome Lists containing this project

README

          

# Meteor Slack (Now called [SpaceTalk](http://github.com/SpaceTalk/SpaceTalk))

A chat application made in 25 steps, and designed to look a little bit like Slack.

> With channels for multiple users, markdown, gravatar, an autosizing textarea and a list of channels in a sidebar.

## Disclaimer

This code is part of the Meteor Workshop that takes place on the 14th of May 2015 in Gothenburg Sweden.

It was made solely do demonstrate the efficiency and the simple nature of Meteor.

## Prerequisites

* [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [Meteor](https://www.meteor.com/install)

## Getting started

Clone the repository:

```
git clone git@github.com:studiointeract/meteor-slack.git
```

We created the code for this step just by calling ```meteor create meteor-slack``` in the terminal (console) and then added what was generated to the repo on the master branch (excluding this awesome README).

## How to follow this guide?

Each page on the presentation on slides.com presents tasks that you are supposed to try and solve, if you get stuck or fall behind the group you can always ask an expert (if you're participating) or checkout the solution on the next step.

### Follow the steps in the presentation

Navigate to [the presentation on slides.com.](https://slides.com/timbrandin/meteor-slack)

> This guide starts on the master branch.

### Checkout the next step

```
git checkout step-# // <-- Replace # with the number of your current step in the presentation.
```

## Credits

Thanks to [@timbrandin](https://twitter.com/timbrandin) who created this material, and the experts who helped to improve and make this workshop awesome (in alphabetical order):

* Andreas Rolén ([@adderollen](https://twitter.com/adderollen))
* Johan Brook ([@johanbrook](https://twitter.com/johanbrook))
* Oscar ([@oscrse](https://twitter.com/oscrse))
* Patrik ([@gopatrik](https://twitter.com/gopatrik))
* Per Fredelius ([@worldsayshi](https://github.com/worldsayshi))
* Robin Lindh Nilsson ([@RobinerdMusic](https://twitter.com/RobinerdMusic))
* Tim Brandin ([@timbrandin](https://twitter.com/timbrandin))
* Tobias Tikka ([@tobiastikka](https://twitter.com/tobiastikka))

### License

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.

-------

Copyright © 2015 Tim Brandin