1.0.2 • Published 5 years ago

get-notion-data v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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
1.0.2

5 years ago

1.0.1

5 years ago