UNPKG

simpletriviajs

Version:
55 lines (35 loc) 1.79 kB
# SimpleTrivia.js [![Travis](https://img.shields.io/travis/TiagoDanin/SimpleTrivia.js.svg?branch=master&style=flat-square)](https://travis-ci.org/TiagoDanin/SimpleTrivia.js) [![Downloads](https://img.shields.io/npm/dt/simpletriviajs.svg?style=flat-square)](https://npmjs.org/package/simpletriviajs) [![Version](https://img.shields.io/npm/v/simpletriviajs.svg?style=flat-square)](https://npmjs.org/package/simpletriviajs) [![XO code style](https://img.shields.io/badge/code%20style-XO-red.svg?style=flat-square)](https://github.com/xojs/xo) Trival Game Web using Open Trivia DB API ## Features - Version with jQuery - Fun Game :) ## Installation Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tool. ```sh # Yarn (Recomend) yarn add simpletriviajs # NPM npm install simpletriviajs --save ``` ## Usage - [tiagodanin.github.io/SimpleTrivia.js/](https://tiagodanin.github.io/SimpleTrivia.js/) ## Tests To run the test suite, first install the dependencies, then run `test`: ```sh # Using Yarn yarn test ``` ## Dependencies None ## Dev Dependencies <details> <summary><a href="https://ghub.io/xo">xo</a>: JavaScript linter with great defaults</summary> <b>Author</b>: Sindre Sorhus</br> <b>License</b>: MIT</br> <b>Version</b>: ^0.25.3 </details> ## Contributors Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/SimpleTrivia.js/issues). [List of all contributors](https://github.com/TiagoDanin/SimpleTrivia.js/graphs/contributors). ## License [MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)