Skip to content

jlmart88/kaomoji-slack

Repository files navigation

kaomoji-slack

A Slack app for kaomoji

Setup

Local Development

  1. npm i
  2. Create and fill out env_files/compose.env using the credentials from App Settings > Basic Information
  3. docker-compose up
  4. In a separate tab, ngrok http 3000
  5. Copy the domain given by ngrok into the manifest/manifest.yaml, and copy/paste the manifest into the Slack Development App.
  6. Changes will be applied from tear down + restarting docker.
  7. Teardown: docker-compose down

Accessing the database:

  1. Get the ID of the service running MongoDB by running docker-compose ps -q
  2. Run docker exec -it <service-id> /bin/sh
  3. In the docker shell run mongo <MONGODB_URI> using the URI from the .env file.

About

A Slack app for kaomoji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages