notion-to-zenn-md
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i notion-to-zenn-md

Weekly Downloads

9

Version

0.0.10

License

MIT

Unpacked Size

47.8 kB

Total Files

25

Last publish

Collaborators

  • kohsuk