Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit f0f4e7b

Browse files
committed
Initial revision.
1 parent 2c01798 commit f0f4e7b

File tree

5 files changed

+448
-0
lines changed

5 files changed

+448
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env
2+
node_modules

package-lock.json

+377
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "IFTTT",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "that.js",
6+
"dependencies": {
7+
"dotenv": "^8.0.0",
8+
"express": "^4.17.1"
9+
},
10+
"devDependencies": {},
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"keywords": [],
15+
"author": "",
16+
"license": "ISC"
17+
}

0 commit comments

Comments
 (0)