Medium Notion Sync
🏁 How to use
You need to define the .env file with the following data:
NOTION_KEY=secret_XXXXXXX
NOTION_DATABASE_ID=YYYYYYYYYYYY
MEDIUM_USER_ID=medium_user
SCHEDULER_CRON=* * * * * *
Launching the tool
npm install
node index.js
📝 Notion Requirements
This is how looks like my Notion Database that I am using to import the posts:
The requirements are the following ones:
Property Name | Property Type |
---|---|
ID | Text |
URL | URL |
Name | Title |
Tags | Multi-Select |
Publication Date | Date |
⛏️ Built Using
- NodeJs – Environment
✍️
- @alexandrev – Idea & Initial work