Update faker API (#219)

This commit is contained in:
Simon Lecoq
2021-04-09 12:09:02 +02:00
committed by GitHub
parent 02de568165
commit 08f9655f35
28 changed files with 362 additions and 362 deletions

View File

@@ -9,17 +9,17 @@
starredAt:`${faker.date.recent(14)}`,
node:{
description:"📊 An image generator with 20+ metrics about your GitHub account such as activity, community, repositories, coding habits, website performances, music played, starred topics, etc. that you can put on your profile or elsewhere !",
forkCount:faker.random.number(100),
forkCount:faker.datatype.number(100),
isFork:false,
issues:{
totalCount:faker.random.number(100),
totalCount:faker.datatype.number(100),
},
nameWithOwner:"lowlighter/metrics",
openGraphImageUrl:"https://repository-images.githubusercontent.com/293860197/7fd72080-496d-11eb-8fe0-238b38a0746a",
pullRequests:{
totalCount:faker.random.number(100),
totalCount:faker.datatype.number(100),
},
stargazerCount:faker.random.number(10000),
stargazerCount:faker.datatype.number(10000),
licenseInfo:{
nickname:null,
name:"MIT License",