craigslist-search
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "craigslist-search", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"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", |
# Craigslist Search | ||
This module allows to: | ||
@@ -17,3 +19,3 @@ 1. list all the listings in specified city for specified category | ||
```bash | ||
node main.js newyork tia // gets first 100 tickets listing | ||
node main.js newyork tia // gets first 100 ticket listings | ||
``` | ||
@@ -20,0 +22,0 @@ get next 100 ticket listings |
2985
56