simpletriviajs
Version:
Trival Game Web using Open Trivia DB API
55 lines (35 loc) • 1.79 kB
Markdown
# SimpleTrivia.js
[](https://travis-ci.org/TiagoDanin/SimpleTrivia.js) [](https://npmjs.org/package/simpletriviajs) [](https://npmjs.org/package/simpletriviajs) [](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)