Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.03 KB

Medium Notion Sync

📝 Table of Contents

🏁 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:

Notion Database

The requirements are the following ones:

Property Name Property Type
ID Text
URL URL
Name Title
Tags Multi-Select
Publication Date Date

⛏️ Built Using

✍️ Author