Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 611 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 611 Bytes

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:

$ 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

Deploying this Example

You can deploy the example with just a single command:

$ now