Skip to content

Commit

Permalink
Documentation formanting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Oct 3, 2014
1 parent f652d7b commit da2513a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ We host our app on [Heroku](http://heroku.com) using the [multi buildpack](https
## Running the service locally
1. Make sure you have [NodeJS](http://nodejs.org/) installed and running
2. install dependencies with npm `npm install`
2. Download [PhantomJS](http://phantomjs.org) and copy it to *REPOFOLDER/vendor/phantomjs/bin/phantomjs* or update the path in *app.js*
2. Download [PhantomJS](http://phantomjs.org) and copy it to `REPOFOLDER/vendor/phantomjs/bin/phantomjs` or update the path in `app.js`

```javaScript
var config = {
binPath : "vendor/phantomjs/bin/phantomjs"
Expand All @@ -26,8 +27,9 @@ We host our app on [Heroku](http://heroku.com) using the [multi buildpack](https
.....
}
```
4. Start the nodeJs app with *node app.js*
4. Start the nodeJs app with `node app.js`
5. Query *http://localhost:5000/query?url=http%3A%2F%2Fgoogle.com* (assuming you run your app on port 5000) and you should be able to see a JSON response
I recomend using [Postman](http://www.getpostman.com) for debugging your api


### Frontend
Expand Down

0 comments on commit da2513a

Please sign in to comment.