-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
20 lines (20 loc) · 769 Bytes
/
Copy pathapp.json
File metadata and controls
20 lines (20 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "zmanim-node",
"description": "my first nodeJS app!! made to get zmaney halacha to every city and to get push notification before sunset",
"repository": "https://github.com/chaim-chv/zmanim-node",
"logo": "https://github.com/chaim-chv/zmanim-node/blob/master/views/portait.jpg",
"env": {
"GOOGLE": {
"description": "google geolocation API key"
},
"PUBLIC_VAPID_KEY": {
"description": "generate it with - https://www.npmjs.com/package/web-push#command-line"
},
"PRIVATE_VAPID_KEY": {
"description": "generate it with - https://www.npmjs.com/package/web-push#command-line"
},
"DBURL": {
"description": "mongoDB url"
}
}
}