Created
May 28, 2018 23:51
-
-
Save antunesleo/bbe9c7dbd04e8726a56ebc2bdbda434d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'{{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