mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 08:28:46 +00:00
init repository
This commit is contained in:
commit
86a82b1612
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
apify_storage
|
||||
node_modules
|
||||
.idea
|
||||
11
apify.json
Normal file
11
apify.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "crawler-google-places",
|
||||
"actId": null,
|
||||
"version": {
|
||||
"versionNumber": "0.1",
|
||||
"buildTag": "latest",
|
||||
"envVars": [],
|
||||
"sourceType": "TARBALL",
|
||||
"tarballUrl": null
|
||||
}
|
||||
}
|
||||
24
package.json
Normal file
24
package.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "crawler-google-places",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/drobnikj/crawler-google-places.git"
|
||||
},
|
||||
"keywords": [
|
||||
"crawler",
|
||||
"google",
|
||||
"places"
|
||||
],
|
||||
"author": "Jakub Drobnik <drobnik.j@gmail.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/drobnikj/crawler-google-places/issues"
|
||||
},
|
||||
"homepage": "https://github.com/drobnikj/crawler-google-places#readme"
|
||||
}
|
||||
1
src/main.js
Normal file
1
src/main.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
tets
|
||||
Loading…
Reference in New Issue
Block a user