Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anze3db/surfer-dude
- Owner: anze3db
- Created: 2017-11-14T22:07:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T23:48:54.000Z (about 7 years ago)
- Last Synced: 2024-11-01T04:42:30.559Z (about 2 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```