@elmethis/notion-node
v1.0.0-alpha.13
Published
## Basic Usage
Downloads
939
Readme
elmethis/notion-node
Basic Usage
const client = new Client({ auth: process.env.NOTION_API_KEY })
await client.convert({
id: NOTION_PAGE_ID
})
console.log(JSON.stringify(client.components))
Save locally
const client = new Client({ auth: process.env.NOTION_API_KEY })
await client.convert({
id: NOTION_PAGE_ID
})
await client.save('./public')
console.log(JSON.stringify(client.components))