Skip to content

Commit

Permalink
readme added
Browse files Browse the repository at this point in the history
  • Loading branch information
tjeden committed Jan 14, 2012
1 parent 020a0ee commit bfd2697
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
summit.meetjs.pl Talk
===================================

How to use it?

```
npm install
node server.js
```

Then you can play with `task`:

``` javascript
var task = new Task();
task.validate(); // It works
task.DBconnect(); // It is undefined
```


0 comments on commit bfd2697

Please sign in to comment.