Skip to content
This repository was archived by the owner on Feb 17, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 338 Bytes

File metadata and controls

23 lines (19 loc) · 338 Bytes

Slack Signup API

Setup

Run MongoDB in another terminal tab

$ mongod

Try it out

$ open example/index.html
$ SLACK_TOKEN=myslacktoken make

Customize ALLOW_ORIGIN Environment Variable

$ ALLOW_ORIGIN=mywebsite.com SLACK_TOKEN=myslacktoken make server

Tests

$ make tests