Skip to content

Commit 02199b0

Browse files
committed
sample data added to readme
1 parent 5180916 commit 02199b0

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* toolbag removed.
44
* Checking that github url exists before trying to extract user and repo
55
* Stars, forks and watches are now assigned 0 instead of an empty string if repo.* is empty
6+
* Sample data added to Readme.
67

78
## 10 April - 6.2.0
89

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,25 @@ all available variable names.
8383
- Change the registry used to validate the module name.
8484
- Defaults to `http://registry.npmjs.org/`.
8585

86+
## Sample Data
87+
```json
88+
{
89+
"entity$": "-\/-\/github_cache",
90+
"name": "fuge",
91+
"user": "apparatus",
92+
"repo": "fuge",
93+
"stars": 155,
94+
"watches": 15,
95+
"forks": 18,
96+
"last": "2016-04-09T21:57:45Z",
97+
"urlRepo": "https:\/\/github.com\/apparatus\/fuge",
98+
"urlClone": "git+https:\/\/github.com\/apparatus\/fuge.git",
99+
"urlSsh": "git@github.com:apparatus\/fuge.git",
100+
"pullRequests": 1,
101+
"cached": 1461229347738
102+
}
103+
```
104+
86105
## Messages Handled
87106
This micro-service handles the following messages.
88107

0 commit comments

Comments
 (0)