This repository is the API portion of a Guy Fieri slack app.
To get started with deploying this API on Now, you can use the Now CLI:
$ npm i -g now
You will also need to create a local .env
file that includes the SLACK_OAUTH_TOKEN
variable.
SLACK_OAUTH_TOKEN="xoxb-..."
Once this is created, you can use the now
cli to spin up a local development server:
$ now dev
You can deploy the example with just a single command:
$ now