-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathexample-response.json
65 lines (65 loc) · 1.53 KB
/
example-response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[
{
"name": "alfred-lock",
"description": "Alfred 3 workflow to lock your Mac",
"url": "https://github.com/sindresorhus/alfred-lock",
"primaryLanguage": null,
"stargazers": 34,
"forks": 0
},
{
"name": "swift-snippets",
"description": "Various nifty Swift snippets and playgrounds I have created",
"url": "https://github.com/sindresorhus/swift-snippets",
"primaryLanguage": {
"name": "Swift",
"color": "#ffac45"
},
"stargazers": 34,
"forks": 0
},
{
"name": "p-progress",
"description": "Create a promise that reports progress",
"url": "https://github.com/sindresorhus/p-progress",
"primaryLanguage": {
"name": "JavaScript",
"color": "#f1e05a"
},
"stargazers": 648,
"forks": 13
},
{
"name": "is",
"description": "Type check values: `is.string('🦄') //=> true`",
"url": "https://github.com/sindresorhus/is",
"primaryLanguage": {
"name": "JavaScript",
"color": "#f1e05a"
},
"stargazers": 295,
"forks": 14
},
{
"name": "gh-latest-repos",
"description": "Microservice to get the latest public GitHub repos from a user",
"url": "https://github.com/sindresorhus/gh-latest-repos",
"primaryLanguage": {
"name": "JavaScript",
"color": "#f1e05a"
},
"stargazers": 105,
"forks": 8
},
{
"name": "strip-debug-cli",
"description": "Strip console, alert, and debugger statements from JavaScript code",
"url": "https://github.com/sindresorhus/strip-debug-cli",
"primaryLanguage": {
"name": "JavaScript",
"color": "#f1e05a"
},
"stargazers": 22,
"forks": 2
}
]