Skip to content

Commit ac8c8b4

Browse files
committed
Releasing v1.1.0
1 parent ae9f8a6 commit ac8c8b4

9 files changed

+3314
-346
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
# Env
55
.env
6+
collections.toml
67

78
# Node
89
node_modules/
910

1011
# App
11-
last_updated_time.json
12+
last_updated.json

collections.toml.example

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[collections]]
2+
notionDatabaseId = "your-notion-database-id"
3+
googleSheetId = "your-google-sheet-id"
4+
googleSheetName = "your-google-sheet-name"

eslint.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const standard = require('eslint-config-standard')
2+
3+
module.exports = [
4+
standard
5+
]

0 commit comments

Comments
 (0)