Skip to content

Commit f9d79c4

Browse files
committed
Merge pull request #43 from shanel262/master
Readme update
2 parents f1ee25b + 9bd4b34 commit f9d79c4

1 file changed

Lines changed: 23 additions & 21 deletions

File tree

README.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Nodezoo](https://github.com/nodezoo/nodezoo-org/blob/master/assets/logo-nodezoo.png)
1+
![Nodezoo](https://raw.githubusercontent.com/nodezoo/nodezoo-org/master/assets/logo-nodezoo.png)
22

33
## nodezoo-github
44

@@ -7,15 +7,18 @@
77

88
Nodezoo.com micro-service handling github meta data. Please see the [main repo][] for more details
99

10-
## Install
11-
1. clone this repo into a root _/nodezoo_ folder.
12-
2. run `npm install`
10+
If you're using this microservice, and need help, you can:
1311

14-
## Starting
12+
- Post a [github issue][],
13+
- Tweet to [@nodezoo][],
14+
- Ask on the [Gitter][gitter-url].
15+
16+
## Running
17+
This micro-service can be ran as part of the [NodeZoo org][] system. Please follow the
18+
link below for details on obtaining and running the complete system.
19+
20+
- [Nodezoo: The complete system][System]
1521

16-
```sh
17-
$ node srvs/github-dev.js --seneca.options.github.token=GITHUB-PERSONAL-ACCESS-TOKEN --seneca.log.all
18-
```
1922
## Creating a GitHub Personal Access Token
2023

2124
- In the top right corner of any page, click your profile photo, then click Settings.
@@ -26,21 +29,16 @@ $ node srvs/github-dev.js --seneca.options.github.token=GITHUB-PERSONAL-ACCESS-T
2629
- Click Generate token.
2730
- Copy the token to your clipboard. For security reasons, after you navigate off this page, no one will be able to see the token again.
2831

29-
## Messages
30-
31-
This micro-service recognizes the following messages:
32-
33-
* _role:github,cmd:get_
34-
* _role:github,cmd:query_
35-
* _role:github,cmd:parse_
36-
* _role:github,cmd:extract_
32+
## Patterns Handled
33+
### `role:github,cmd:get`
34+
Request module details by name
35+
```js
36+
seneca.act('role:github, cmd:get', {name: 'seneca'})
37+
```
3738

38-
## Running with Curl
39+
## Patterns Emitted
3940

40-
Any of the messages above can be run using curl in the following format in the command line
41-
```
42-
curl -d '{"role":"github","cmd":"get"}' http://localhost:52472/act
43-
```
41+
There are no outgoing messages.
4442

4543
## Contributing
4644
The [NodeZoo org][] encourages __open__ and __safe__ participation.
@@ -60,3 +58,7 @@ Licensed under [MIT][].
6058
[nearForm]: http://www.nearform.com/
6159
[NodeZoo org]: http://www.nodezoo.com/
6260
[Lead]: https://github.com/rjrodger
61+
[github issue]: https://github.com/nodezoo/nodezoo-github/issues
62+
[@nodezoo]: http://twitter.com/nodezoo
63+
[gitter-url]: https://gitter.im/nodezoo/nodezoo-org
64+
[System]: https://github.com/nodezoo/nodezoo-system

0 commit comments

Comments
 (0)