Skip to content
Lance Pollard edited this page Apr 12, 2012 · 1 revision

Fakers

Fakers are used to generate random data.

Faker = require './Faker'
randomName = Faker.Name.findName() // Rowan Nikolaus
randomEmail = Faker.Internet.email() // Kassandra.Haley@erich.biz
randomCard = Faker.Helpers.createCard() // random contact card containing many properties

Tower.js

Everything here will be reflected on http://towerjs.org/guides.

Clone this wiki locally