slack-invite

Version, currently 0.3.01 version
  • 0.3.0latestJan 1, 2016

github.com/crystal-jp/slack-invite

Automatic inviting in Slack Team for Crystal-JP.

17 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  slack-invite:
    github: crystal-jp/slack-invite
    version: ~> 0.3.0

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT

Dependencies

Runtime Dependencies

  • kemal0.5.0github: sdogruyol/kemal

README

slack-invite
------------

[![Circle CI](https://circleci.com/gh/crystal-jp/slack-invite/tree/master.svg?style=svg)](https://circleci.com/gh/crystal-jp/slack-invite/tree/master)

Automatic inviting in Slack Team for Crystal-JP.

## Install & Run
It's very easy to run this service if you had installed [Docker](https://www.docker.com/) your system.

```
$ docker build -t crystal-jp/slack-invite .
$ docker run -it -p $PORT:8080 crystal-jp/slack-invite
```

## Development
You need to install Crystal compiler.

```
$ crystal --version
Crystal 0.10.0 [9d59a34] (Wed Dec 23 17:24:02 UTC 2015)
$ crystal deps # Install dependencies
$ crystal build src/app.cr # Compile
$ ./app --port 8080 # Run!
```

## Author
[Pine Mizune](https://github.com/pine613)