Try out the examples!

This commit is contained in:
Mark Nadal 2015-01-22 18:34:07 -07:00
parent 8965c20d08
commit bb908503fc

View File

@ -58,10 +58,16 @@ console.log('Server running at http://127.0.0.1:1337/');
Fire up your browser and hit that URL - you'll see your data, plus some gun specific metadata.
Try out the [examples](http://gunjs.herokuapp.com/) or run them yourself with the following command,
and then visit [http://localhost:8080](http://localhost:8080).
## Examples
`git clone http://github.com/amark/gun && cd gun/examples && npm install && node express.js 8080`
Try out some online [examples](http://gunjs.herokuapp.com/) or run them yourself with the following command:
```bash
git clone http://github.com/amark/gun
cd gun/examples && npm install
node express.js 8080
```
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
## API