init repository

This commit is contained in:
JakubDrobnik 2018-11-19 11:43:36 +01:00
commit 86a82b1612
5 changed files with 41 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
apify_storage
node_modules
.idea

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Crawler Google Places

11
apify.json Normal file
View 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
View 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
View File

@ -0,0 +1 @@
tets