0.1.2-readme • Published 1 year ago

easy-notion-api v0.1.2-readme

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

easy-notion-api

for easy notion api

How to use

const conn = new EasyNotion.DatabaseAPI('Your secret key', 'Your page ID')

const sendData = await conn.addDatabaseRow({
    'Name': 'Test',
    'Checkbox': true,
    'Result': 'Testing',
    'Tags': ['Test', 'Test2']
}).then(res => console.log(res))

Then, You can check the result on your page.

Supported List

DB - Insert Row

  • title
  • rich_text
  • number
  • url
  • select
  • multi select
  • people
  • email
  • phone number
  • data
  • check box
  • status
0.1.2-readme

1 year ago

0.1.2

1 year ago

0.1.1-fixed

1 year ago

0.1.1-fix

1 year ago

0.1.1

1 year ago