Skip to content

drewminns/slack-deletron

Repository files navigation

Slack Deletron

Heroku CircleCI

This is V4 of the Slack Deletron app. This is a passion project that I've maintained over the last few years in different iterations to serve two purposes:

  1. Teach myself new tools, languages, skills and apply them.
  2. Help the community.

This project is in no way affiliated with Slack, but I have seen them directing people to the app in the past.

Getting Started

To get going, you're going to need a few things:

Running the app locally

Start NGROK locally with ./ngrok start slackdeletron. This requires a configuration file that has a domain set to the NGROK private domain.

Now run npm run dev and you're ready to roll.

Setting up NGROK

In ~/.ngrok2, make a file called ngrok.yml and put the following.

authtoken: #### NGROK AUTH TOKEN ####
remote_management: null
tunnels:
  slackdeletron:
    proto: http
    addr: 8080
    subdomain: slackdeletron

Loads more to come...