We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c977549 + aeed8d1 commit 920c6ceCopy full SHA for 920c6ce
1 file changed
README.md
@@ -112,6 +112,20 @@ Contains the response of an earlier call to `role:info,req:part`.
112
seneca.add('role:info,res:part', (msg, done) => {})
113
```
114
115
+## Data Emitted
116
+- name - Name of the module
117
+- user - The User or Organisation that owns the repository
118
+- repo - The repository name
119
+- stars - Number of stars
120
+- forks - Number of forks
121
+- watches - Numbers of watchers
122
+- last - The last commit to the repository
123
+- urlRepo - A link to the repository
124
+- urlClone - A clone URL
125
+- urlSsh - An SSH URL
126
+- pullRequests - Open pull requests
127
+- cached - The time the data was last cached at
128
+
129
## Contributing
130
The [NodeZoo org][] encourages __open__ and __safe__ participation.
131
0 commit comments