Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brh55/spark-magic-8-ball
:crystal_ball: The mysterious, magic 8 ball accessible in any Spark room
https://github.com/brh55/spark-magic-8-ball
Last synced: 30 days ago
JSON representation
:crystal_ball: The mysterious, magic 8 ball accessible in any Spark room
- Host: GitHub
- URL: https://github.com/brh55/spark-magic-8-ball
- Owner: brh55
- License: mit
- Created: 2016-12-15T09:25:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-17T18:17:22.000Z (almost 8 years ago)
- Last Synced: 2024-03-24T00:40:45.692Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# spark-magic-8-ball
[![Travis branch](https://img.shields.io/travis/brh55/spark-magic-8-ball/master.svg)]()The best solution to all of your questions, a magic 8 ball! But now within your Cisco Spark room.
![Demo Image](https://cloud.githubusercontent.com/assets/6020066/21218766/b42928f2-c266-11e6-81c6-5746f518b09b.png)
## Usage
Add @bot-name to your room, and mention the bot along with a question *(? is optional)*## Deployment
1. Cisco developer account
2. Create an app/bot to be used for your team's domain (reference the [bot-icon.png](https://raw.githubusercontent.com/brh55/spark-magic-8-ball/master/bot-icon.png) url for the bot's icon for convenience).
3. Copy the example.env to your own .env file, and define the variables
`$ cp example.env .env`
4. After a successful URL pointing to your server, start the server
`$ npm start`### Quick Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)*Note: You must login before it will direct you to the quick deploy page.*
## Contribution
This is a fairly small scope project, but I am always willing to take usability improvements, bug fixes, etc.