Skip to content

Commit

Permalink
added ref to other templates laying in branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ObjectIsAdvantag committed Sep 19, 2017
1 parent b5fe1c3 commit 9d7c25c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Template to bootstrap a Botkit project for Cisco Spark
# Botkit Template for Cisco Spark

This template regroups a set of best practices:
This template regroups a set of best practices to bootstrap a Botkit project connecting to Cisco Spark.

**take a look at the [redis](https://github.com/CiscoDevNet/botkit-template/tree/redis) and [pluggable architecture](https://github.com/CiscoDevNet/botkit-template/tree/plugin) branches for more advanced templates**

**check [Howdy's Botkit StarterKit](https://github.com/howdyai/botkit-starter-ciscospark) if you're planning to use [Botkit Studio](https://studio.botkit.ai/app)**


## Features

- configuration: pass settings either through environment variables on the command line, or hard-coded values in the `.env` file. Note that command line variables are priorized over the `.env` file if present in both places.

Expand Down

0 comments on commit 9d7c25c

Please sign in to comment.