https://github.com/robbiedhickey/bot-fieri
A bomb-dot-com slackbot
https://github.com/robbiedhickey/bot-fieri
api bot fieri flavortown guy-fieri slack slack-bot
Last synced: about 2 months ago
JSON representation
A bomb-dot-com slackbot
- Host: GitHub
- URL: https://github.com/robbiedhickey/bot-fieri
- Owner: robbiedhickey
- Created: 2019-09-05T18:42:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:29:39.000Z (over 3 years ago)
- Last Synced: 2025-05-30T18:20:52.663Z (about 1 year ago)
- Topics: api, bot, fieri, flavortown, guy-fieri, slack, slack-bot
- Language: TypeScript
- Homepage: https://fieri-bot.hodorswit.now.sh
- Size: 860 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Flavortown
This repository is the API portion of a Guy Fieri slack app.
## Setup
To get started with deploying this API on Now, you can use the [Now CLI](https://zeit.co/download):
```shell
$ npm i -g now
```
You will also need to create a local `.env` file that includes the `SLACK_OAUTH_TOKEN` variable.
```bash
SLACK_OAUTH_TOKEN="xoxb-..."
```
Once this is created, you can use the `now` cli to spin up a local development server:
```bash
$ now dev
```
## Deploying this Example
You can deploy the example with just a single command:
```shell
$ now
```