Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

First Release

Latest
Compare
Choose a tag to compare
@jbueza jbueza released this 06 Jul 04:56
· 3 commits to master since this release

In this release, I've landed a very simple API for generating company names, person names, as well as, lorem ipsum content. Please see the readme for details. In order to integrate, just download the jar file, and you're good to go!

Person API

Faker faker = new Faker();

String name = faker.Person().fullName();                // Jaime Bueza
String firstName = faker.Person().firstName();          // John
String lastName = faker.Person().lastName();            // Smith

Company API

Faker faker = new Faker();

String companyName = faker.Company().name();                // Adaptive Infrastructures Inc.

Lorem Ipsum API

Faker faker = new Faker();

String paragraphs = faker.LoremIpsum().paragraphs(2);                // Generates two paragraphs