notion-to-zenn-md
v0.0.10
Published
convert notion pages to Zenn-compatible markdown
Downloads
12
Readme
Install
npm install notion-to-zenn-md
Usage
Please ensure that your Notion integration settings are all set up correctly. Please refer to Getting Started Guide for more information.
import NotionToZennMarkdown from "notion-to-zenn-md";
// Instantiate with your Notion integration secret
const n2zm = new NotionToZennMarkdown('your_notion_integration_secret');
// Generate markdown from Notion page
const md = await n2zm.generateMd('notion_page_id');
console.log(md);
License
Copyright (c) Kosuke Kihara. All rights reserved.
Licensed under the MIT License. See LICENSE