1.28.0 • Published 7 years ago

@4geit/swg-chance-user-helper v1.28.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

@4geit/swg-chance-user-helper npm version


chance mixin to generate fake user data based on AccountModel definition

Installation

  1. A recommended way to install @4geit/swg-chance-user-helper is through npm package manager using the following command:
npm i @4geit/swg-chance-user-helper --save

Or use yarn using the following command:

yarn add @4geit/swg-chance-user-helper
  1. All you have to do is to import the @4geit/swg-chance-user-helper package in your controller or mock file as below:
// ...
const swgChanceUserHelper = require('@4geit/swg-chance-user-helper');
// ...

And use it with one of your endpoint controller as below:

// ...
module.exports = {
  // ...
  getItems: swgChanceUserHelper(
    (req, res) => {
      // ...
    }
  ),
  // ...
};
1.28.0

7 years ago

1.15.1

7 years ago

1.10.1

7 years ago

1.7.0

7 years ago

1.6.3

7 years ago

1.5.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago