File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,20 @@ Contains the response of an earlier call to `role:info,req:part`.
112112seneca .add (' role:info,res:part' , (msg , done ) => {})
113113```
114114
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+
115129## Contributing
116130The [ NodeZoo org] [ ] encourages __ open__ and __ safe__ participation.
117131
You can’t perform that action at this time.
0 commit comments