Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Colpaert committed Aug 2, 2015
1 parent cb20296 commit 3f60452
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

Show the real-time data of the Belgian railway company in a simple overview

## install

After cloning this repo, perform
```bash
npm install
```

Before running the server, make sure your config.json is set. See the config-example.json for an example.

Run the server using

```bash
nodejs script.js
```
3 changes: 0 additions & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ setInterval(function() {

}
});



}, the_interval);

app.get('/servicesAlerts', function (req, res) {
Expand Down

0 comments on commit 3f60452

Please sign in to comment.