Home > faker-fu

faker-fu

Faker-fu is a project mainly written in RUBY and JAVASCRIPT, based on the MIT license.

A port of Perl's Data::Faker - Generates fake names, phone numbers, etc.

= faker-fu

Faker == Faker, but more.

= Faker

A port of Perl's Data::Faker library that generates fake data.

== Usage

require 'faker'

Faker::Name.name => "Christophe Bartell"

Faker::Internet.email => "[email protected]"

== Installation

gem install ffaker

and then

require 'faker-fu'

The API is pretty much the same as the old Faker gem.

Fork it/ping me if you feel like adding more goodies to it.