0.0.10 • Published 2 years ago

notion-to-zenn-md v0.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm version License: MIT

📜 Documentation(日本語)

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

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago