Dutch Faker
Get Version
0.2.0What
A Dutch version of the Faker ruby gem (http://faker.rubyforge.org). It generates Dutch names and addresses.
Use DutchFaker::Address.address to generate fake but valid Dutch addresses.
- Only existing Dutch city names are generated.
- The postalcode will be valid for the city.
- The areacode of the phonenumber will be valid for the city.
Installing
sudo gem install dutchfaker
Demonstration of usage
- DutchFaker::Name.first_name => “Fabiaan”
- DutchFaker::Address.street_address => “Schilperoortlaan 79”
Forum
http://groups.google.com/group/dutchfaker
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
You can fetch the source from either:
- rubyforge: http://rubyforge.org/scm/?group_id=6459
git clone git://rubyforge.org/dutchfaker.git
git clone git://github.com/onno/dutchfaker.git
Build and test instructions
cd dutchfaker rake spec rake install_gem
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Onno van Zinderen.
Onno van Zinderen, 1st July 2008
Theme extended from Paul Battley