Skip to content

alvaro-cuesta/instant-trivia

Repository files navigation

Instant Trivia

Instant Trivia game using Open Trivia DB.

Live demo: https://alvaro-cuesta.github.io/instant-trivia/

Development

  • Start a development server at http://localhost:8080:

    yarn start
  • ...or accessible from anywhere (generally LAN and, if your ports are forwarded, including the internet):

    yarn public
  • Build the application in the build/ directory:

    yarn build
  • See open tasks

Publishing

  1. yarn version --(major | minor | patch)
  2. yarn deploy
  3. git push && git push --tags

Open Trivia DB License

All data provided by the API is available under the Creative Commons Attribution-ShareAlike 4.0 International License CC BY-SA 4.0 logo

License

ISC License (ISC)

Copyright (c) 2018, Álvaro Cuesta https://alvaro-cuesta.github.io

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.