1.0.1 • Published 2 years ago

@fakerjs/game v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

npm

npm install @fakerjs/game --save-dev

yarn

yarn add @fakerjs/game -D

Usage

import game from '@fakerjs/game';

game({locale: 'en_US'}).title();
//=> Half-Life 
// Allowed locale: en_US

game().title();
//=> Half-Life 

game().genre();
//=> Action

game().platform();
//=> Windows 

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko