@elmethis/notion-node
1.0.0-alpha.14 • Public • Published
const client = new Client({ auth: process.env.NOTION_API_KEY })
await client.convert({
id: NOTION_PAGE_ID
})
console.log(JSON.stringify(client.components))
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))
Readme
Keywords
nonePackage Sidebar
Install
npm i @elmethis/notion-node
Weekly Downloads