1.) Clone this repo
git clone git@github.com:YVRDev/go-slack-invite.git && cd go-slack-invite
2.) Add your slack token to a .secrets
file
echo token=<my-slack-token-goes-here> > .secrets
3.) Push to zeit.co using now and add the token as an env var
now -e $(cat .secrets)