CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 06 Aug 2025 14:16:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100525090605
location: https://web.archive.org/web/20100525090605/https://github.com/marak/Faker.js/
server-timing: captures_list;dur=0.845784, exclusion.robots;dur=0.034670, exclusion.robots.policy;dur=0.020940, esindex;dur=0.016470, cdx.remote;dur=40.091133, LoadShardBlock;dur=165.819661, PetaboxLoader3.datanode;dur=54.880574
x-app-server: wwwb-app202
x-ts: 302
x-tr: 281
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 06 Aug 2025 14:16:15 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 25 May 2010 09:06:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3a536321cc8a3e402dfd1cef959910ba"
x-archive-orig-x-runtime: 59ms
x-archive-orig-content-length: 24044
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 25 May 2010 09:06:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 25 May 2010 09:06:05 GMT", ; rel="memento"; datetime="Tue, 25 May 2010 09:06:05 GMT", ; rel="next memento"; datetime="Tue, 27 Sep 2011 19:15:13 GMT", ; rel="last memento"; datetime="Wed, 30 Jul 2025 00:27:31 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_15_20100525072106_crawl100_IndexOnly-c/52_15_20100525090420_crawl101.arc.gz
server-timing: captures_list;dur=0.610167, exclusion.robots;dur=0.032548, exclusion.robots.policy;dur=0.019060, esindex;dur=0.012455, cdx.remote;dur=10.413939, LoadShardBlock;dur=50.948105, PetaboxLoader3.datanode;dur=106.375868, load_resource;dur=400.496482, PetaboxLoader3.resolve;dur=334.513835
x-app-server: wwwb-app202
x-ts: 200
x-tr: 530
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Marak's Faker.js at master - GitHub
Marak / Faker.js
- Source
- Commits
- Network (4)
- Issues (3)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Faker.js /
name | age | message | |
---|---|---|---|
![]() |
BUILD/ | Sun May 16 00:47:10 -0700 2010 | browser demo is ready for deploy [Marak] |
![]() |
Faker.js | Tue May 18 14:42:07 -0700 2010 | added generators for the bigDataSet and dataSet... [FotoVerite] |
![]() |
Readme.md | Tue May 18 14:42:07 -0700 2010 | added generators for the bigDataSet and dataSet... [FotoVerite] |
![]() |
examples/ | Tue May 18 14:51:28 -0700 2010 | Took js from build and put it into the correct ... [FotoVerite] |
![]() |
index.js | Sat May 15 20:07:51 -0700 2010 | cleaning up project [Marak] |
![]() |
json.package | Wed May 19 19:07:55 -0700 2010 | json.package fail [Marak] |
![]() |
lib/ | Tue May 18 14:42:07 -0700 2010 | added generators for the bigDataSet and dataSet... [FotoVerite] |
![]() |
tests/ | Sat May 15 23:40:32 -0700 2010 | all tests are now card based. started to build ... [Marak] |
Readme.md
Faker.js - generate massive amounts of fake data in the browser and node.js
online demo @ https://maraksquires.com/Faker.js/
USAGE
browser -
<script src = "Faker.js" type = "text/javascript"></script>
<script>
var randomName = Faker.Name.findName(); // Caitlyn Kerluke
var randomEmail = Faker.Internet.email(); // Rusty@arne.info
var randomCard = Faker.Helpers.createCard(); // random contact card containing many properties
</script>
node.js -
var Faker = require('./Faker');
var randomName = Faker.Name.findName(); // Rowan Nikolaus
var randomEmail = Faker.Internet.email(); // Kassandra.Haley@erich.biz
var randomCard = Faker.Helpers.createCard(); // random contact card containing many properties
API
- Name
- findName
- Address
- zipCode
- city
- streetName
- streetAddress
- secondaryAddress
- ukCounty
- ukCountry
- PhoneNumber
- phoneNumber
- Internet
- userName
- domainName
- domainWord
- Company
- companyName
- companySuffix
- catchPhrase
- bs
- Lorem
- words
- sentence
- sentences
- paragraph
- paragraphs
- Helpers
- randomNumber
- randomize
- replaceSymbolWithNumber
- shuffle
- generateDataSet
- createCard
- userCard
- definitions
- first_name
- last_name
- name_prefix
- name_suffix
- us_state
- us_state_abbr
- city_prefix
- city_suffix
- street_suffix
- uk_county
- uk_country
- catch_phrase_adjective
- catch_phrase_descriptor
- catch_phrase_noun
- bs_adjective
- bs_buzz
- bs_noun
- domain_suffix
- lorem
- phone_formats
Authors
Matthew Bergman & Marak Squires
Heavily inspired by Benjamin Curtis's Ruby Gem Faker and Perl's Data::Faker