bip-pod-craigslist
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,3 +6,3 @@ { | ||
"url": "http://craigslist.org", | ||
"trackDuplicates": false, | ||
"trackDuplicates": true, | ||
"config": {}, | ||
@@ -17,3 +17,3 @@ "auth": { | ||
"description": "Exports the first 100 listings matching your search criteria", | ||
"doc_ref" : "http://craigslist.org/search/sss?query=SearchString", | ||
"doc_ref": "http://craigslist.org/search/sss?query=SearchString", | ||
"trigger": "invoke", | ||
@@ -89,4 +89,83 @@ "config": { | ||
} | ||
}, | ||
"on_match": { | ||
"title": "On A Matching Search", | ||
"description": "Triggers When A New Result Appears On Craigslist That Matches Your Search Terms", | ||
"doc_ref": "http://craigslist.org/search/sss?query=SearchString", | ||
"trigger": "poll", | ||
"imports": { | ||
"properties": {} | ||
}, | ||
"exports": { | ||
"properties": { | ||
"pid": { | ||
"type": "string", | ||
"description": "PID" | ||
}, | ||
"category": { | ||
"type": "string", | ||
"description": "Category" | ||
}, | ||
"date": { | ||
"type": "string", | ||
"description": "Date" | ||
}, | ||
"hasPic": { | ||
"type": "boolean", | ||
"description": "Has Picture" | ||
}, | ||
"location": { | ||
"type": "string", | ||
"description": "Location" | ||
}, | ||
"price": { | ||
"type": "string", | ||
"description": "Price" | ||
}, | ||
"title": { | ||
"type": "string", | ||
"description": "Title" | ||
}, | ||
"url": { | ||
"type": "string", | ||
"description": "Listing URL" | ||
} | ||
} | ||
}, | ||
"config": { | ||
"properties": { | ||
"city": { | ||
"type": "string", | ||
"description": "City" | ||
}, | ||
"query": { | ||
"type": "string", | ||
"description": "Search" | ||
}, | ||
"min": { | ||
"type": "string", | ||
"description": "Min Ask Price" | ||
}, | ||
"max": { | ||
"type": "string", | ||
"description": "Max Ask Price" | ||
} | ||
}, | ||
"required": [ | ||
"city", | ||
"query" | ||
], | ||
"disposition": [ | ||
"city", | ||
"query", | ||
"min", | ||
"max" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"tags": [ | ||
"social", | ||
"commerce" | ||
] | ||
} |
{ | ||
"name": "bip-pod-craigslist", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "craigslist Pod for Bipio", | ||
@@ -31,2 +31,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47890
9
292
0