makenotion / notion-sdk-js

Official Notion JavaScript Client
https://developers.notion.com/docs
MIT License
4.96k stars 592 forks source link

Add webform demo app to /examples #437

Closed jessmitch42 closed 1 year ago

jessmitch42 commented 1 year ago

This PR adds a new demo app to the examples directory.

A new draft for the Create an integration guide has been written and approved, which uses this sample code. (It'll be added to Readme after this PR is merged.)

The goal of this demo is to provide some simple webforms that developers can test out to see how user interface interactions can trigger Notion public API requests. Each form returns an ID that can be used in the next form. (e.g. the "create a database" form returns an ID that can be used in the "create a page" form below it.

An extended version of this type of demo would be a blog site that uses Notion as a CMS.

Screen Shot 2023-08-10 at 4 01 52 PM
jessmitch42 commented 1 year ago

Thanks for the review @ronovan ! Looks like it needs another approval after more commits were added 😇