In this video, we will create a Notion calendar database and use the API and SDK/client to fetch the data and display it on a web page
Code:
https://github.com/bradtraversy/notion-video-schedule
Notion Developers/API Website:
https://developers.notion.com/
Notion JS SDK:
https://github.com/makenotion/notion-sdk-js
Udemy Courses:
https://traversymedia.com
? Support The Channel!
http://www.patreon.com/traversymedia
Timestamps:
0:00 – Intro
1:55 – Add Video Data in Notion
4:25 – Explore API & Create Integration
7:03 – Using the SDK/Client
11:47 – Fetch Video Data & Construct Object
21:22 – Create Endpoint with Express
23:50 – Creating the Frontend