craigslist-search
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "craigslist-search", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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", |
@@ -16,13 +16,16 @@ # Craigslist Search | ||
```bash | ||
node main.js newyork tia | ||
``` | ||
to do the paging just | ||
```bash | ||
node main.js newyork tia 100 | ||
``` | ||
to get all tickets with images | ||
```bash | ||
node main.js newyork tia 100 1 | ||
``` | ||
### Options | ||
@@ -29,0 +32,0 @@ options = { |
2923
53