Skip to content

alexandrev/medium-notion-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nodejs app to import in Notion your Medium posts

Resources

License

Stars

Watchers

Forks

Packages

No packages published