Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add install and Usage doc.
  • Loading branch information
mxfli committed Mar 30, 2014
1 parent d4bcc43 commit b77eb10
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@

#README
This is a _wget cookies.txt_ formart parser for nodejs.

Convert wget cookies.txt format file into JSON boject.

##Install
```npm install cookies.txt```

##Usage
```
var cookie = require('cookies.txt');
cookie.parse('your cookies.txt file path here.', function(jsonCookieObj){
//your codes here
//...
});
```
##License
MIT

0 comments on commit b77eb10

Please sign in to comment.