get-notion-data
v1.0.2
Published
Get public Notion page's data.
Downloads
6
Readme
Get Notion Data
This will help you to get PUBLIC Notion page's data.
Installation
$ npm i -S get-notion-data
Usage
const getNotionData = require('get-notion-data');
getNotionData(/* YOUR NOTION PAGE ID */).then((data) => {
console.log(JSON.stringify(data, null, 2));
});
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
X{8}-X{4}-X{4}-X{4}-X{12}
Before run the source, you should set up the timezone like this. Default timezone is Asiz/Seoul.
$ TZ=Asia/Seoul