Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 582 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 582 Bytes

SlackInviter

Build Status

A small phoenix app that uses the Slack API to get display user counts, and invite users to join our slack group.

To run locally:

  • cp .env.example .env
  • update .env with your slack legacy api token
  • mix deps.get
  • cd assets && npm install && cd ..
  • source .env
  • mix phx.server

Now you can visit localhost:4000 from your browser.