✏️
Notion Page Downloader
View on Github
What can users do ?
Run on a personal computer : Download a Notion page as a HTML file.
Run on the cloud : Host a static version of a Notion page on
Netlify
.
Demo
Testing Blocks
https://nota.netlify.com/test
BigBaby's Blog
https://bigbaby.netlify.com/
How does this work ?
This small application uses the following three of my projects.
notionapi-agent
- Node.js wrapper for Notion's API.
notionast-util-from-notionapi
- Convert Notion's response objects of a page to a special tree structure.
notionast-util-to-html
- Render HTML from the special tree structure.