You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Want to see your project added here? Let us know!**
343
-
344
-
### Meteor
345
-
346
-
#### Meteor Installation
347
-
348
-
```
349
-
meteor add practicalmeteor:faker
350
-
```
351
-
352
-
#### Meteor Usage, both client and server
353
-
354
-
```js
355
-
var randomName =faker.name.findName(); // Rowan Nikolaus
356
-
var randomEmail =faker.internet.email(); // Kassandra.Haley@erich.biz
357
-
var randomCard =faker.helpers.createCard(); // random contact card containing many properties
358
-
```
359
-
360
353
## Building faker.js
361
354
362
-
faker uses [gulp](http://gulpjs.com/) to automate its build process. Running the following build command will generate new browser builds, documentation, and code examples for the project.
355
+
faker uses [gulp](http://gulpjs.com/) to automate it's build process. Running the following build command will generate new browser builds, documentation, and code examples for the project.
363
356
364
357
```
365
358
npm run-script build
@@ -381,8 +374,9 @@ If you require the absolute latest version of `faker.js` the `master` branch @ h
381
374
382
375
#### Marak Squires
383
376
384
-
faker.js - Copyright (c) 2017
377
+
faker.js - Copyright (c) 2020
385
378
Marak Squires
379
+
www.marak.com
386
380
http://github.com/marak/faker.js/
387
381
388
382
faker.js was inspired by and has used data definitions from:
@@ -409,8 +403,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
409
403
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
410
404
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
411
405
412
-
413
-
414
406
## Backers
415
407
416
408
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/fakerjs#backer)]
0 commit comments