craigslist-search
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "craigslist-search", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Has 2 applications. 1. Can list craigslist listings in particular city in particular category. 2. Can list all the listings in all craigslist cities for one particular category", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,8 +14,8 @@ # Craigslist Search | ||
## Usage | ||
Example for command line: get all tickets listing in New York | ||
Example for command line: get ticket listings in New York | ||
```bash | ||
node main.js newyork tia | ||
node main.js newyork tia // gets first 100 tickets listing | ||
``` | ||
to do the paging just | ||
get next 100 ticket listings | ||
@@ -25,6 +25,6 @@ ```bash | ||
``` | ||
to get all tickets with images | ||
to get tickets with images | ||
```bash | ||
node main.js newyork tia 100 1 | ||
node main.js newyork tia 0 true | ||
``` | ||
@@ -31,0 +31,0 @@ |
2983