Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anze3db/surfer-dude

Reimplementation of smotko/surfbot, using google's dialogflow instead of amazon's lex
https://github.com/anze3db/surfer-dude

Last synced: 7 days ago
JSON representation

Reimplementation of smotko/surfbot, using google's dialogflow instead of amazon's lex

Awesome Lists containing this project

README

        

# Surfer Dude - A friendly bot with local surf spot knowladge
[![CircleCI](https://circleci.com/gh/Smotko/surfer-dude.svg?style=svg)](https://circleci.com/gh/Smotko/surfer-dude)

## Deployment Instructions

```bash
# 1. Get the login token
$ docker-compose run --service-ports deploy firebase login:ci
$ cp docker-compose.override.yml{.example,}
$ vim docker-compose.override.yml # Add env variables
$ docker-compose up deploy
```

## Running tests

```bash
# Run tests in watch mode
$ docker-compose up test
```