mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
9 lines
121 B
JavaScript
9 lines
121 B
JavaScript
const testInput = {
|
|
searchString: 'pubs new york',
|
|
maxCrawledPlaces: 2,
|
|
};
|
|
|
|
module.exports = {
|
|
testInput,
|
|
};
|