Faker
TODO: Add description
Installation
If available in Hex, the package can be installed as:
-
Add
fakerto your list of dependencies inmix.exs:
```elixir
def deps do
[{:faker, "~> 0.1.0"}]
end
```-
Ensure
fakeris started before your application:
```elixir
def application do
[applications: [:faker]]
end
```Usage
Call Faker.word or Faker.paragraph/1 in your application to receive fake text data.