aydrian / stitchcraft-slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StitchCraft Slack

A Slack slash command that returns info on a Pokemon based on it's ID. /pokedex 001

Live-coding videos for this app can be found on the StitchCraft YouTube Playlist.

Powered by Stitch

stitch-app

Exported (as template) Stitch app.

Scripts

The following scripts will assist in the initial setup of your Stitch Application.

Requirements:

export STITCH_API_KEY=<API_KEY>
export STITCH_USERNAME=<CLOUD_USERNAME>
export STITCH_APPID=<APPID>

deploy.sh

Deploy current code using ./deploy.sh in the root of the project

> ./deploy.sh

export.sh

Export the project code template using ./export.sh in the root of the project.

> ./export.sh

Note: This exports the application configuration without any service ID values, including the App ID.

About


Languages

Language:JavaScript 81.7%Language:Shell 18.3%