Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created May 28, 2018 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/bbe9c7dbd04e8726a56ebc2bdbda434d to your computer and use it in GitHub Desktop.
Save antunesleo/bbe9c7dbd04e8726a56ebc2bdbda434d to your computer and use it in GitHub Desktop.
[
'{{repeat(10)}}',
{
active: '{{bool()}}',
company: '{{company().toUpperCase()}}',
email: '{{email()}}',
address: '{{street()}}, {{integer(100, 999)}} - {{city()}} - {{state()}}, {{integer(10000, 19000)}}-{{integer(100, 999)}}',
latitude: '{{floating(-22.000001, -23)}}',
longitude: '{{floating(-47.000001, -48)}}',
tags: [
'{{repeat(3)}}',
'{{lorem(1, "words")}}'
]
}
]
[
'{{repeat(10)}}',
{
index: '_id: {{index()}}'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment