Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

crystal-jp/slack-invite

Repository files navigation

slack-invite

Circle CI Dependency Status devDependency Status

Automatic inviting in Slack Team for Crystal-JP.

Install & Run

It's very easy to run this service if you had installed Docker 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