Git Product home page Git Product logo

hatedit's Introduction

Hated It

Hated It

A Slack app for personal use. This project is in a beta state, it does some stuff but nothing is in place to tell you if it's not working properly and probably never will.

What does this do?

All that this thing is meant to do is print a list of items using the Slack block kit format for messages in response to a slash command that needs to be setup to point at it. The name has nothing to do with what it does.

Development

Setup

Execution

These only need to be run once to setup the databases before running.

cp .env.development .env
docker-compose up db
soda create -a

Run the development server with hot reload.

docker-compose up -d db
soda migrate
buffalo dev

Add Data

At least one user, associated list, and list entry needs to exist for it to work. Commands to do this have been added that use grift.

grift db:create:user $USER
grift db:create:list $USER
grift db:create:item $USER "A thing in a list"

To see this list create a Slack app and add a custom slash command, it can be whatever is wanted, eg. /hatedit. Executing that command in any chat should print the list.

Remote Access

Create a public tunnel using ngrok.

ngrok http 3000

hatedit's People

Contributors

geoffjay avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.