Giter VIP home page Giter VIP logo

bluemix-twilio-trivia's Introduction

bluemix-twilio-trivia

A trivia game using twilio for Bluemix.

twilio pre-reqs

To run at all, you will need to have a Twilio account. To be able to use more than just the single phone number you validate your account with, you will need to add a credit card to the account and add some money to it.

To run locally, you will need to copy the file local-twilio-creds-sample.json to the file local-twilio-creds.json, and fill in your accoutn SID and auth token, at the bottom. This file is listed in both .gitignore and .cfignore, and so will not be saved with the git repo or uploaded to Bluemix.

To run on Bluemix, you will need to have a Twilio service bound to your app, whose name has "Twilio" in it somewhere.

quick start

attributions

question mark icon

hacking

If you want to modify the source to play with it, you'll want to have the bower program installed.

sudo npm -g install bower    # for mac and *nix
npm -g install bower         # for windows

You'll also want to have the jbuild program installed.

To install jbuild on Windows, use the command

npm -g install jbuild

To install jbuild on Mac or Linux, use the command

sudo npm -g install jbuild

The jbuild command runs tasks defined in the jbuild.coffee file. The task you will most likely use is watch, which you can run with the command:

jbuild watch

When you run this command, the application will be built from source, the server started, and tests run. When you subsequently edit and then save one of the source files, the application will be re-built, the server re-started, and the tests re-run. For ever. Use Ctrl-C to exit the jbuild watch loop.

You can run those build, server, and test tasks separately. Run jbuild with no arguments to see what tasks are available, along with a short description of them.

attributions

pig image adapted from:

license

Apache License, Version 2.0

http://www.apache.org/licenses/LICENSE-2.0.html

bluemix-twilio-trivia's People

Contributors

pmuellr avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.