- Notion API – Full Course for Beginners

Notion API – Full Course for Beginners

Learn how to work with the Notion API using JavaScript in this comprehensive beginner's tutorial.

🔽 EXPAND TO SEE TIMESTAMPS AND RESOURCES 🔽

📝 WRITTEN VERSION (contains much more detailed explanations and resource links for everything):
https://thomasjfrank.com/notion-api-crash-course/

🔗 PROJE...
Learn how to work with the Notion API using JavaScript in this comprehensive beginner's tutorial.

🔽 EXPAND TO SEE TIMESTAMPS AND RESOURCES 🔽

📝 WRITTEN VERSION (contains much more detailed explanations and resource links for everything):
https://thomasjfrank.com/notion-api-crash-course/

🔗 PROJECT RESOURCES
Notion Pokédex Template: https://thomasfrank.notion.site/Notion-Pok-dex-Template-4fc48e2918944e859e30d387279a311b
Glitch project: https://glitch.com/edit/#!/notion-pokedex
PokéAPI: https://pokeapi.co/
Notion API: https://developers.notion.com/reference/intro
Notion property values: https://developers.notion.com/reference/property-value-object

🧠 ULTIMATE BRAIN (Full Second-Brain Template - use LETSGO2023 at checkout):
https://thomasjfrank.com/brain/

📚 NOTION FUNDAMENTALS (Free & Complete Notion Beginner's Course)
https://thomasjfrank.com/fundamentals/

🎥 CREATOR'S COMPANION (The Best Template for Content Creators - use LETSGO2023 at checkout):
https://thomasjfrank.com/creators-companion/

🛠 MORE COURSES AND RESOURCES:
https://thomasjfrank.com/templates/
https://thomasjfrank.com/courses/

💪GET STARTED WITH NOTION:
https://thomasjfrank.com/usenotion/ - (this is my referral link)

🔗 More Video Links:
Notion Formula Guide: http://notionformulaguide.com/
Axios docs: https://axios-http.com/docs/intro
MDN Web Docs: https://developer.mozilla.org/en-US/
Notion Databases: https://www.youtube.com/watch?v=mAJOpO73d8Y
Send YouTube Stats to Notion (no-code): https://www.youtube.com/watch?v=VUeFtATlIDY

🐦Connect with me:
Twitter ➔ (best way to interact with me)
Instagram ➔ https://instagram.com/tomfrankly
Music ➔ @ThomasFrankMusic

-----

⏱ TIMESTAMPS:
00:00 - Introduction
01:50 - Project overview
03:12 - JavaScript prerequisites (or lack thereof)
04:15 - Companion blog post
04:59 - Pokedex project spec
06:07 - Pokedex template link
07:10 - PokeAPI Introduction
07:30 - What is an API?
08:10 - Script flow overview
08:26 - PokeAPI response example
10:25 - Script flow whiteboard diagram

Build Start

12:30 - Glitch.com introduction
13:35 - Create a Node.JS starter app
14:19 - Starter project tour
15:03 - Create index.js

Prepare Notion

15:38 - Create a Notion API integration
16:58 - Get your internal integration token
17:24 - Create a .env file and add environmental variables
18:13 - Get your Notion database ID
19:40 - Add you integration to your database

Get Data from PokeAPI

20:49 - PokeAPI docs
22:09 - Axios library introduction
22:40 - Add Axios to package.json
23:23 - Side note: Dealing with broken npm packages
24:44 - Add the Notion SDK to package.json
25:50 - Add require statements to index.js
27:08 - Make your first call to PokeAPI
30:52 - Get response from PokeAPI
31:54 - Log a Pokemon's name
33:46 - Create an object definition to contain Pokemon stats
38:55 - Log the pokeData object

Send Data to Notion

39:17 - Add the pokeData object to your array
40:36 - Build the createNotionPage() function
41:36 - Notion API reference overview
43:53 - Create the response variable
46:12 - Side Note: Notion API page property values change
47:01 - Notion API page property reference
47:59 - Title property object structure
48:30 - Continue constructing the response variable
52:35 - Call the createNotionPage() function
53:25 - Add logging to the script
54:32 - Run the script and send your first call to Notion

Create Multiple Pages at Once

56:15 - Fetch multiple Pokemon at once with a loop
58:02 - API commands overview (GET, POST, etc.)
58:56 - Run the script again and fetch multiple records

Refine Your Data

01:00:13 - Start refining your data
01:01:35 - Get sprits and artwork from PokeAPI
01:03:33 - Overview of additional information to get from PokeAPI
01:04:06 - Refine the sprite variable
01:06:25 - Create the Pokemon types array
01:09:25 - Create the Bulbapedia URL
01:11:55 - Process and format each Pokemon's name
01:14:40 - MDN Web Docs introduction
01:15:49 - Regular expression references
01:25:43 - Send the refined/additional information to Notion
01:27:55 - Set the Notion page cover and icon
01:29:55 - Add child blocks to each Notion page
01:31:18 - Create a bookmark block for the Bulbapedia URL
01:32:00 - Send another batch of test pages to Notion

Add Flavor Text, Generation, and Category

01:34:00 - Add missing pieces of information (flavor text, generation, etc.)
01:34:44 - PokeAPI pokemon-species endpoint overview
01:35:35 - Create another loop to call pokemon-species
01:38:00 - My #1 tip for learning programming and APIs
01:39:23 - Get the English-language flavor text
01:47:30 - Add formatted flavor text to the pokeData object
01:48:13 - Add the category and generation info to the pokeData object
01:52:35 - Add the new information to the Notion API call
01:58:31 - Test the finished script!

Tutorial Wrap-Up

02:00:50 - Source code and additional resources
02:04:20 - More Notion resources and templates

-----

🎞 SPECIAL THANKS
Select video clips supplied by Getty Images

#notion #notionhq #notion app #notion tips #how to use notion #notion productivity #notion templates #thomas frank explains notion api #Notion APi #Notion Pokedex #Notion API Class #Beginner Notion API #notion javascript #notion api tutorial #how to use notion api
- Introduction - Notion API – Full Course for Beginners

- Introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:00:00 - 00:01:50
I miss his videos from his main YT  channel - Notion API – Full Course for Beginners

I miss his videos from his main YT channel

Notion API – Full Course for Beginners
2023年02月11日  Navarrete 様 
00:00:38 - 02:07:35
- Project overview - Notion API – Full Course for Beginners

- Project overview

Notion API – Full Course for Beginners
2023年02月11日 
00:01:50 - 00:03:12
- JavaScript prerequisites (or lack thereof) - Notion API – Full Course for Beginners

- JavaScript prerequisites (or lack thereof)

Notion API – Full Course for Beginners
2023年02月11日 
00:03:12 - 00:04:15
- Companion blog post - Notion API – Full Course for Beginners

- Companion blog post

Notion API – Full Course for Beginners
2023年02月11日 
00:04:15 - 00:04:59
- Pokedex project spec - Notion API – Full Course for Beginners

- Pokedex project spec

Notion API – Full Course for Beginners
2023年02月11日 
00:04:59 - 00:06:07
- Pokedex template link - Notion API – Full Course for Beginners

- Pokedex template link

Notion API – Full Course for Beginners
2023年02月11日 
00:06:07 - 00:07:10
- PokeAPI Introduction - Notion API – Full Course for Beginners

- PokeAPI Introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:07:10 - 00:07:30
- What is an API? - Notion API – Full Course for Beginners

- What is an API?

Notion API – Full Course for Beginners
2023年02月11日 
00:07:30 - 00:08:10
- Script flow overview - Notion API – Full Course for Beginners

- Script flow overview

Notion API – Full Course for Beginners
2023年02月11日 
00:08:10 - 00:08:26
- PokeAPI response example - Notion API – Full Course for Beginners

- PokeAPI response example

Notion API – Full Course for Beginners
2023年02月11日 
00:08:26 - 00:10:25
- Script flow whiteboard diagram - Notion API – Full Course for Beginners

- Script flow whiteboard diagram

Notion API – Full Course for Beginners
2023年02月11日 
00:10:25 - 00:12:30
- Glitch.com introduction - Notion API – Full Course for Beginners

- Glitch.com introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:12:30 - 00:13:35
- Create a Node.JS starter app - Notion API – Full Course for Beginners

- Create a Node.JS starter app

Notion API – Full Course for Beginners
2023年02月11日 
00:13:35 - 00:14:19
- Starter project tour - Notion API – Full Course for Beginners

- Starter project tour

Notion API – Full Course for Beginners
2023年02月11日 
00:14:19 - 00:15:03
- Create index.js - Notion API – Full Course for Beginners

- Create index.js

Notion API – Full Course for Beginners
2023年02月11日 
00:15:03 - 00:15:38
- Create a Notion API integration - Notion API – Full Course for Beginners

- Create a Notion API integration

Notion API – Full Course for Beginners
2023年02月11日 
00:15:38 - 00:16:58
- Get your internal integration token - Notion API – Full Course for Beginners

- Get your internal integration token

Notion API – Full Course for Beginners
2023年02月11日 
00:16:58 - 00:17:24
. Remix my Glitch project, add your .env variables (detailed starting at ), and run it. Then start changing things and tinkering. - Notion API – Full Course for Beginners

. Remix my Glitch project, add your .env variables (detailed starting at ), and run it. Then start changing things and tinkering.

Notion API – Full Course for Beginners
2023年02月11日  Thomas Frank Explains 様 
00:16:58 - 00:46:12
- Create a .env file and add environmental variables - Notion API – Full Course for Beginners

- Create a .env file and add environmental variables

Notion API – Full Course for Beginners
2023年02月11日 
00:17:24 - 00:18:13
- Get your Notion database ID - Notion API – Full Course for Beginners

- Get your Notion database ID

Notion API – Full Course for Beginners
2023年02月11日 
00:18:13 - 00:19:40
- Add you integration to your database - Notion API – Full Course for Beginners

- Add you integration to your database

Notion API – Full Course for Beginners
2023年02月11日 
00:19:40 - 00:20:49
- PokeAPI docs - Notion API – Full Course for Beginners

- PokeAPI docs

Notion API – Full Course for Beginners
2023年02月11日 
00:20:49 - 00:22:09
- Axios library introduction - Notion API – Full Course for Beginners

- Axios library introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:22:09 - 00:22:40
- Add Axios to package.json - Notion API – Full Course for Beginners

- Add Axios to package.json

Notion API – Full Course for Beginners
2023年02月11日 
00:22:40 - 00:23:23
- Side note: Dealing with broken npm packages - Notion API – Full Course for Beginners

- Side note: Dealing with broken npm packages

Notion API – Full Course for Beginners
2023年02月11日 
00:23:23 - 00:24:44
- Add the Notion SDK to package.json - Notion API – Full Course for Beginners

- Add the Notion SDK to package.json

Notion API – Full Course for Beginners
2023年02月11日 
00:24:44 - 00:25:50
- Add require statements to index.js - Notion API – Full Course for Beginners

- Add require statements to index.js

Notion API – Full Course for Beginners
2023年02月11日 
00:25:50 - 00:27:08
- Make your first call to PokeAPI - Notion API – Full Course for Beginners

- Make your first call to PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
00:27:08 - 00:30:52
- Get response from PokeAPI - Notion API – Full Course for Beginners

- Get response from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
00:30:52 - 00:31:54
- Log a Pokemon's name - Notion API – Full Course for Beginners

- Log a Pokemon's name

Notion API – Full Course for Beginners
2023年02月11日 
00:31:54 - 00:33:46
- Create an object definition to contain Pokemon stats - Notion API – Full Course for Beginners

- Create an object definition to contain Pokemon stats

Notion API – Full Course for Beginners
2023年02月11日 
00:33:46 - 00:38:55
- Log the pokeData object - Notion API – Full Course for Beginners

- Log the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
00:38:55 - 00:39:17
- Add the pokeData object to your array - Notion API – Full Course for Beginners

- Add the pokeData object to your array

Notion API – Full Course for Beginners
2023年02月11日 
00:39:17 - 00:40:36
- Build the createNotionPage() function - Notion API – Full Course for Beginners

- Build the createNotionPage() function

Notion API – Full Course for Beginners
2023年02月11日 
00:40:36 - 00:41:36
- Notion API reference overview - Notion API – Full Course for Beginners

- Notion API reference overview

Notion API – Full Course for Beginners
2023年02月11日 
00:41:36 - 00:43:53
- Create the response variable - Notion API – Full Course for Beginners

- Create the response variable

Notion API – Full Course for Beginners
2023年02月11日 
00:43:53 - 00:46:12
- Side Note: Notion API page property values change - Notion API – Full Course for Beginners

- Side Note: Notion API page property values change

Notion API – Full Course for Beginners
2023年02月11日 
00:46:12 - 00:47:01
The link has been removed from the sidebar, as I pointed out in the small side note at . I've been told by Notion staff that all of this info will soon be consolidated onto the main Page Property Values page (https://developers.notion.com/reference/page-property-values) but that hasn't happened yet. - Notion API – Full Course for Beginners

The link has been removed from the sidebar, as I pointed out in the small side note at . I've been told by Notion staff that all of this info will soon be consolidated onto the main Page Property Values page (https://developers.notion.com/reference/page-property-values) but that hasn't happened yet.

Notion API – Full Course for Beginners
2023年02月11日  Thomas Frank Explains 様 
00:46:12 - 02:07:35
- Notion API page property reference - Notion API – Full Course for Beginners

- Notion API page property reference

Notion API – Full Course for Beginners
2023年02月11日 
00:47:01 - 00:47:59
- Title property object structure - Notion API – Full Course for Beginners

- Title property object structure

Notion API – Full Course for Beginners
2023年02月11日 
00:47:59 - 00:48:30
- Continue constructing the response variable - Notion API – Full Course for Beginners

- Continue constructing the response variable

Notion API – Full Course for Beginners
2023年02月11日 
00:48:30 - 00:52:35
- Call the createNotionPage() function - Notion API – Full Course for Beginners

- Call the createNotionPage() function

Notion API – Full Course for Beginners
2023年02月11日 
00:52:35 - 00:53:25
- Add logging to the script - Notion API – Full Course for Beginners

- Add logging to the script

Notion API – Full Course for Beginners
2023年02月11日 
00:53:25 - 00:54:32
- Run the script and send your first call to Notion - Notion API – Full Course for Beginners

- Run the script and send your first call to Notion

Notion API – Full Course for Beginners
2023年02月11日 
00:54:32 - 00:56:15
- Fetch multiple Pokemon at once with a loop - Notion API – Full Course for Beginners

- Fetch multiple Pokemon at once with a loop

Notion API – Full Course for Beginners
2023年02月11日 
00:56:15 - 00:58:02
- API commands overview (GET, POST, etc.) - Notion API – Full Course for Beginners

- API commands overview (GET, POST, etc.)

Notion API – Full Course for Beginners
2023年02月11日 
00:58:02 - 00:58:56
- Run the script again and fetch multiple records - Notion API – Full Course for Beginners

- Run the script again and fetch multiple records

Notion API – Full Course for Beginners
2023年02月11日 
00:58:56 - 01:00:13
- Start refining your data - Notion API – Full Course for Beginners

- Start refining your data

Notion API – Full Course for Beginners
2023年02月11日 
01:00:13 - 01:01:35
- Get sprits and artwork from PokeAPI - Notion API – Full Course for Beginners

- Get sprits and artwork from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
01:01:35 - 01:03:33
- Overview of additional information to get from PokeAPI - Notion API – Full Course for Beginners

- Overview of additional information to get from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
01:03:33 - 01:04:06
- Refine the sprite variable - Notion API – Full Course for Beginners

- Refine the sprite variable

Notion API – Full Course for Beginners
2023年02月11日 
01:04:06 - 01:06:25
- Create the Pokemon types array - Notion API – Full Course for Beginners

- Create the Pokemon types array

Notion API – Full Course for Beginners
2023年02月11日 
01:06:25 - 01:09:25
- Create the Bulbapedia URL - Notion API – Full Course for Beginners

- Create the Bulbapedia URL

Notion API – Full Course for Beginners
2023年02月11日 
01:09:25 - 01:11:55
- Process and format each Pokemon's name - Notion API – Full Course for Beginners

- Process and format each Pokemon's name

Notion API – Full Course for Beginners
2023年02月11日 
01:11:55 - 01:14:40
- MDN Web Docs introduction - Notion API – Full Course for Beginners

- MDN Web Docs introduction

Notion API – Full Course for Beginners
2023年02月11日 
01:14:40 - 01:15:49
- Regular expression references - Notion API – Full Course for Beginners

- Regular expression references

Notion API – Full Course for Beginners
2023年02月11日 
01:15:49 - 01:25:43
- Send the refined/additional information to Notion - Notion API – Full Course for Beginners

- Send the refined/additional information to Notion

Notion API – Full Course for Beginners
2023年02月11日 
01:25:43 - 01:27:55
- Set the Notion page cover and icon - Notion API – Full Course for Beginners

- Set the Notion page cover and icon

Notion API – Full Course for Beginners
2023年02月11日 
01:27:55 - 01:29:55
- Add child blocks to each Notion page - Notion API – Full Course for Beginners

- Add child blocks to each Notion page

Notion API – Full Course for Beginners
2023年02月11日 
01:29:55 - 01:31:18
- Create a bookmark block for the Bulbapedia URL - Notion API – Full Course for Beginners

- Create a bookmark block for the Bulbapedia URL

Notion API – Full Course for Beginners
2023年02月11日 
01:31:18 - 01:32:00
- Send another batch of test pages to Notion - Notion API – Full Course for Beginners

- Send another batch of test pages to Notion

Notion API – Full Course for Beginners
2023年02月11日 
01:32:00 - 01:34:00
- Add missing pieces of information (flavor text, generation, etc.) - Notion API – Full Course for Beginners

- Add missing pieces of information (flavor text, generation, etc.)

Notion API – Full Course for Beginners
2023年02月11日 
01:34:00 - 01:34:44
- PokeAPI pokemon-species endpoint overview - Notion API – Full Course for Beginners

- PokeAPI pokemon-species endpoint overview

Notion API – Full Course for Beginners
2023年02月11日 
01:34:44 - 01:35:35
- Create another loop to call pokemon-species - Notion API – Full Course for Beginners

- Create another loop to call pokemon-species

Notion API – Full Course for Beginners
2023年02月11日 
01:35:35 - 01:38:00
- My #1 tip for learning programming and APIs - Notion API – Full Course for Beginners

- My #1 tip for learning programming and APIs

Notion API – Full Course for Beginners
2023年02月11日 
01:38:00 - 01:39:23
- Get the English-language flavor text - Notion API – Full Course for Beginners

- Get the English-language flavor text

Notion API – Full Course for Beginners
2023年02月11日 
01:39:23 - 01:47:30
- Add formatted flavor text to the pokeData object - Notion API – Full Course for Beginners

- Add formatted flavor text to the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
01:47:30 - 01:48:13
- Add the category and generation info to the pokeData object - Notion API – Full Course for Beginners

- Add the category and generation info to the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
01:48:13 - 01:52:35
- Add the new information to the Notion API call - Notion API – Full Course for Beginners

- Add the new information to the Notion API call

Notion API – Full Course for Beginners
2023年02月11日 
01:52:35 - 01:58:31
- Test the finished script! - Notion API – Full Course for Beginners

- Test the finished script!

Notion API – Full Course for Beginners
2023年02月11日 
01:58:31 - 02:00:50
- Source code and additional resources - Notion API – Full Course for Beginners

- Source code and additional resources

Notion API – Full Course for Beginners
2023年02月11日 
02:00:50 - 02:04:20
- More Notion resources and templates - Notion API – Full Course for Beginners

- More Notion resources and templates

Notion API – Full Course for Beginners
2023年02月11日 
02:04:20 - 02:07:35

Thomas Frank Explains

🎉 140,000 人達成!  📈 予測:20万人まであと207日(2023年10月17日) 

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:41件

- Intro - Notion’s New Button Feature is a Game-Changer

- Intro

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:00:00 - 00:00:51
- Example: Habit Tracker - Notion’s New Button Feature is a Game-Changer

- Example: Habit Tracker

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:00:51 - 00:02:18
- Example: Create Default Tasks - Notion’s New Button Feature is a Game-Changer

- Example: Create Default Tasks

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:02:18 - 00:03:52
- Example: Personal Dashboard - Notion’s New Button Feature is a Game-Changer

- Example: Personal Dashboard

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:03:52 - 00:05:18
- Create Your First Button - Notion’s New Button Feature is a Game-Changer

- Create Your First Button

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:05:18 - 00:07:24
- Add New Database Pages - Notion’s New Button Feature is a Game-Changer

- Add New Database Pages

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:07:24 - 00:13:19
- Create Dashboard Buttons - Notion’s New Button Feature is a Game-Changer

- Create Dashboard Buttons

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:13:19 - 00:18:37
- Edit Existing Pages - Notion’s New Button Feature is a Game-Changer

- Edit Existing Pages

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:18:37 - 00:22:17
- Relative Dates Trick - Notion’s New Button Feature is a Game-Changer

- Relative Dates Trick

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:22:17 - 00:25:46
- Additional Resources - Notion’s New Button Feature is a Game-Changer

- Additional Resources

Notion’s New Button Feature is a Game-Changer
2023年03月23日 
00:25:46 - 00:27:40
- Intro - Notion Second Brain: How to Build a Life Organization Dashboard

- Intro

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:00:00 - 00:02:03
- PARA Dashboard Preview - Notion Second Brain: How to Build a Life Organization Dashboard

- PARA Dashboard Preview

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:02:03 - 00:04:24
- What is PARA? Mini-Lesson - Notion Second Brain: How to Build a Life Organization Dashboard

- What is PARA? Mini-Lesson

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:04:24 - 00:07:58
- Create the Databases - Notion Second Brain: How to Build a Life Organization Dashboard

- Create the Databases

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:07:58 - 00:10:35
- Tasks - Notion Second Brain: How to Build a Life Organization Dashboard

- Tasks

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:10:35 - 00:11:34
- Notes - Notion Second Brain: How to Build a Life Organization Dashboard

- Notes

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:11:34 - 00:13:38
It’s  AM and I gotta be up at 5AM. Is this the same as your previous video? just updated? - Notion Second Brain: How to Build a Life Organization Dashboard

It’s AM and I gotta be up at 5AM. Is this the same as your previous video? just updated?

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日  Darren Belizaire 様 
00:12:41 - 00:59:58
- Projects - Notion Second Brain: How to Build a Life Organization Dashboard

- Projects

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:13:38 - 00:13:53
- Areas and Resources - Notion Second Brain: How to Build a Life Organization Dashboard

- Areas and Resources

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:13:53 - 00:14:52
- Archive - Notion Second Brain: How to Build a Life Organization Dashboard

- Archive

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:14:52 - 00:15:45
- Creating Relations - Notion Second Brain: How to Build a Life Organization Dashboard

- Creating Relations

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:15:45 - 00:23:41
- Creating Dashboards and Templates - Notion Second Brain: How to Build a Life Organization Dashboard

- Creating Dashboards and Templates

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:23:41 - 00:26:51
at minute  You mention excatlly the part I'm confused with. - Notion Second Brain: How to Build a Life Organization Dashboard

at minute You mention excatlly the part I'm confused with.

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日  Khaled Salama 様 
00:23:55 - 00:59:58
- Creating Linked Databases - Notion Second Brain: How to Build a Life Organization Dashboard

- Creating Linked Databases

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:26:51 - 00:31:17
- Areas and Resources DB Templates - Notion Second Brain: How to Build a Life Organization Dashboard

- Areas and Resources DB Templates

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:31:17 - 00:40:16
- Build the Dashboard - Notion Second Brain: How to Build a Life Organization Dashboard

- Build the Dashboard

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:40:16 - 00:50:50
- Create the Archive Page - Notion Second Brain: How to Build a Life Organization Dashboard

- Create the Archive Page

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:50:50 - 00:56:30
- More Resources - Notion Second Brain: How to Build a Life Organization Dashboard

- More Resources

Notion Second Brain: How to Build a Life Organization Dashboard
2023年03月11日 
00:56:30 - 00:59:58
- Introduction - Notion API – Full Course for Beginners

- Introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:00:00 - 00:01:50
I miss his videos from his main YT  channel - Notion API – Full Course for Beginners

I miss his videos from his main YT channel

Notion API – Full Course for Beginners
2023年02月11日  Navarrete 様 
00:00:38 - 02:07:35
- Project overview - Notion API – Full Course for Beginners

- Project overview

Notion API – Full Course for Beginners
2023年02月11日 
00:01:50 - 00:03:12
- JavaScript prerequisites (or lack thereof) - Notion API – Full Course for Beginners

- JavaScript prerequisites (or lack thereof)

Notion API – Full Course for Beginners
2023年02月11日 
00:03:12 - 00:04:15
- Companion blog post - Notion API – Full Course for Beginners

- Companion blog post

Notion API – Full Course for Beginners
2023年02月11日 
00:04:15 - 00:04:59
- Pokedex project spec - Notion API – Full Course for Beginners

- Pokedex project spec

Notion API – Full Course for Beginners
2023年02月11日 
00:04:59 - 00:06:07
- Pokedex template link - Notion API – Full Course for Beginners

- Pokedex template link

Notion API – Full Course for Beginners
2023年02月11日 
00:06:07 - 00:07:10
- PokeAPI Introduction - Notion API – Full Course for Beginners

- PokeAPI Introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:07:10 - 00:07:30
- What is an API? - Notion API – Full Course for Beginners

- What is an API?

Notion API – Full Course for Beginners
2023年02月11日 
00:07:30 - 00:08:10
- Script flow overview - Notion API – Full Course for Beginners

- Script flow overview

Notion API – Full Course for Beginners
2023年02月11日 
00:08:10 - 00:08:26
- PokeAPI response example - Notion API – Full Course for Beginners

- PokeAPI response example

Notion API – Full Course for Beginners
2023年02月11日 
00:08:26 - 00:10:25
- Script flow whiteboard diagram - Notion API – Full Course for Beginners

- Script flow whiteboard diagram

Notion API – Full Course for Beginners
2023年02月11日 
00:10:25 - 00:12:30
- Glitch.com introduction - Notion API – Full Course for Beginners

- Glitch.com introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:12:30 - 00:13:35
- Create a Node.JS starter app - Notion API – Full Course for Beginners

- Create a Node.JS starter app

Notion API – Full Course for Beginners
2023年02月11日 
00:13:35 - 00:14:19
- Starter project tour - Notion API – Full Course for Beginners

- Starter project tour

Notion API – Full Course for Beginners
2023年02月11日 
00:14:19 - 00:15:03
- Create index.js - Notion API – Full Course for Beginners

- Create index.js

Notion API – Full Course for Beginners
2023年02月11日 
00:15:03 - 00:15:38
- Create a Notion API integration - Notion API – Full Course for Beginners

- Create a Notion API integration

Notion API – Full Course for Beginners
2023年02月11日 
00:15:38 - 00:16:58
- Get your internal integration token - Notion API – Full Course for Beginners

- Get your internal integration token

Notion API – Full Course for Beginners
2023年02月11日 
00:16:58 - 00:17:24
. Remix my Glitch project, add your .env variables (detailed starting at ), and run it. Then start changing things and tinkering. - Notion API – Full Course for Beginners

. Remix my Glitch project, add your .env variables (detailed starting at ), and run it. Then start changing things and tinkering.

Notion API – Full Course for Beginners
2023年02月11日  Thomas Frank Explains 様 
00:16:58 - 00:46:12
- Create a .env file and add environmental variables - Notion API – Full Course for Beginners

- Create a .env file and add environmental variables

Notion API – Full Course for Beginners
2023年02月11日 
00:17:24 - 00:18:13
- Get your Notion database ID - Notion API – Full Course for Beginners

- Get your Notion database ID

Notion API – Full Course for Beginners
2023年02月11日 
00:18:13 - 00:19:40
- Add you integration to your database - Notion API – Full Course for Beginners

- Add you integration to your database

Notion API – Full Course for Beginners
2023年02月11日 
00:19:40 - 00:20:49
- PokeAPI docs - Notion API – Full Course for Beginners

- PokeAPI docs

Notion API – Full Course for Beginners
2023年02月11日 
00:20:49 - 00:22:09
- Axios library introduction - Notion API – Full Course for Beginners

- Axios library introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:22:09 - 00:22:40
- Add Axios to package.json - Notion API – Full Course for Beginners

- Add Axios to package.json

Notion API – Full Course for Beginners
2023年02月11日 
00:22:40 - 00:23:23
- Side note: Dealing with broken npm packages - Notion API – Full Course for Beginners

- Side note: Dealing with broken npm packages

Notion API – Full Course for Beginners
2023年02月11日 
00:23:23 - 00:24:44
- Add the Notion SDK to package.json - Notion API – Full Course for Beginners

- Add the Notion SDK to package.json

Notion API – Full Course for Beginners
2023年02月11日 
00:24:44 - 00:25:50
- Add require statements to index.js - Notion API – Full Course for Beginners

- Add require statements to index.js

Notion API – Full Course for Beginners
2023年02月11日 
00:25:50 - 00:27:08
- Make your first call to PokeAPI - Notion API – Full Course for Beginners

- Make your first call to PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
00:27:08 - 00:30:52
- Get response from PokeAPI - Notion API – Full Course for Beginners

- Get response from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
00:30:52 - 00:31:54
- Log a Pokemon's name - Notion API – Full Course for Beginners

- Log a Pokemon's name

Notion API – Full Course for Beginners
2023年02月11日 
00:31:54 - 00:33:46
- Create an object definition to contain Pokemon stats - Notion API – Full Course for Beginners

- Create an object definition to contain Pokemon stats

Notion API – Full Course for Beginners
2023年02月11日 
00:33:46 - 00:38:55
- Log the pokeData object - Notion API – Full Course for Beginners

- Log the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
00:38:55 - 00:39:17
- Add the pokeData object to your array - Notion API – Full Course for Beginners

- Add the pokeData object to your array

Notion API – Full Course for Beginners
2023年02月11日 
00:39:17 - 00:40:36
- Build the createNotionPage() function - Notion API – Full Course for Beginners

- Build the createNotionPage() function

Notion API – Full Course for Beginners
2023年02月11日 
00:40:36 - 00:41:36
- Notion API reference overview - Notion API – Full Course for Beginners

- Notion API reference overview

Notion API – Full Course for Beginners
2023年02月11日 
00:41:36 - 00:43:53
- Create the response variable - Notion API – Full Course for Beginners

- Create the response variable

Notion API – Full Course for Beginners
2023年02月11日 
00:43:53 - 00:46:12
- Side Note: Notion API page property values change - Notion API – Full Course for Beginners

- Side Note: Notion API page property values change

Notion API – Full Course for Beginners
2023年02月11日 
00:46:12 - 00:47:01
The link has been removed from the sidebar, as I pointed out in the small side note at . I've been told by Notion staff that all of this info will soon be consolidated onto the main Page Property Values page (https://developers.notion.com/reference/page-property-values) but that hasn't happened yet. - Notion API – Full Course for Beginners

The link has been removed from the sidebar, as I pointed out in the small side note at . I've been told by Notion staff that all of this info will soon be consolidated onto the main Page Property Values page (https://developers.notion.com/reference/page-property-values) but that hasn't happened yet.

Notion API – Full Course for Beginners
2023年02月11日  Thomas Frank Explains 様 
00:46:12 - 02:07:35
- Notion API page property reference - Notion API – Full Course for Beginners

- Notion API page property reference

Notion API – Full Course for Beginners
2023年02月11日 
00:47:01 - 00:47:59
- Title property object structure - Notion API – Full Course for Beginners

- Title property object structure

Notion API – Full Course for Beginners
2023年02月11日 
00:47:59 - 00:48:30
- Continue constructing the response variable - Notion API – Full Course for Beginners

- Continue constructing the response variable

Notion API – Full Course for Beginners
2023年02月11日 
00:48:30 - 00:52:35
- Call the createNotionPage() function - Notion API – Full Course for Beginners

- Call the createNotionPage() function

Notion API – Full Course for Beginners
2023年02月11日 
00:52:35 - 00:53:25
- Add logging to the script - Notion API – Full Course for Beginners

- Add logging to the script

Notion API – Full Course for Beginners
2023年02月11日 
00:53:25 - 00:54:32
- Run the script and send your first call to Notion - Notion API – Full Course for Beginners

- Run the script and send your first call to Notion

Notion API – Full Course for Beginners
2023年02月11日 
00:54:32 - 00:56:15
- Fetch multiple Pokemon at once with a loop - Notion API – Full Course for Beginners

- Fetch multiple Pokemon at once with a loop

Notion API – Full Course for Beginners
2023年02月11日 
00:56:15 - 00:58:02
- API commands overview (GET, POST, etc.) - Notion API – Full Course for Beginners

- API commands overview (GET, POST, etc.)

Notion API – Full Course for Beginners
2023年02月11日 
00:58:02 - 00:58:56
- Run the script again and fetch multiple records - Notion API – Full Course for Beginners

- Run the script again and fetch multiple records

Notion API – Full Course for Beginners
2023年02月11日 
00:58:56 - 01:00:13
- Start refining your data - Notion API – Full Course for Beginners

- Start refining your data

Notion API – Full Course for Beginners
2023年02月11日 
01:00:13 - 01:01:35
- Get sprits and artwork from PokeAPI - Notion API – Full Course for Beginners

- Get sprits and artwork from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
01:01:35 - 01:03:33
- Overview of additional information to get from PokeAPI - Notion API – Full Course for Beginners

- Overview of additional information to get from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
01:03:33 - 01:04:06
- Refine the sprite variable - Notion API – Full Course for Beginners

- Refine the sprite variable

Notion API – Full Course for Beginners
2023年02月11日 
01:04:06 - 01:06:25
- Create the Pokemon types array - Notion API – Full Course for Beginners

- Create the Pokemon types array

Notion API – Full Course for Beginners
2023年02月11日 
01:06:25 - 01:09:25
- Create the Bulbapedia URL - Notion API – Full Course for Beginners

- Create the Bulbapedia URL

Notion API – Full Course for Beginners
2023年02月11日 
01:09:25 - 01:11:55
- Process and format each Pokemon's name - Notion API – Full Course for Beginners

- Process and format each Pokemon's name

Notion API – Full Course for Beginners
2023年02月11日 
01:11:55 - 01:14:40
- MDN Web Docs introduction - Notion API – Full Course for Beginners

- MDN Web Docs introduction

Notion API – Full Course for Beginners
2023年02月11日 
01:14:40 - 01:15:49
- Regular expression references - Notion API – Full Course for Beginners

- Regular expression references

Notion API – Full Course for Beginners
2023年02月11日 
01:15:49 - 01:25:43
- Send the refined/additional information to Notion - Notion API – Full Course for Beginners

- Send the refined/additional information to Notion

Notion API – Full Course for Beginners
2023年02月11日 
01:25:43 - 01:27:55
- Set the Notion page cover and icon - Notion API – Full Course for Beginners

- Set the Notion page cover and icon

Notion API – Full Course for Beginners
2023年02月11日 
01:27:55 - 01:29:55
- Add child blocks to each Notion page - Notion API – Full Course for Beginners

- Add child blocks to each Notion page

Notion API – Full Course for Beginners
2023年02月11日 
01:29:55 - 01:31:18
- Create a bookmark block for the Bulbapedia URL - Notion API – Full Course for Beginners

- Create a bookmark block for the Bulbapedia URL

Notion API – Full Course for Beginners
2023年02月11日 
01:31:18 - 01:32:00
- Send another batch of test pages to Notion - Notion API – Full Course for Beginners

- Send another batch of test pages to Notion

Notion API – Full Course for Beginners
2023年02月11日 
01:32:00 - 01:34:00
- Add missing pieces of information (flavor text, generation, etc.) - Notion API – Full Course for Beginners

- Add missing pieces of information (flavor text, generation, etc.)

Notion API – Full Course for Beginners
2023年02月11日 
01:34:00 - 01:34:44
- PokeAPI pokemon-species endpoint overview - Notion API – Full Course for Beginners

- PokeAPI pokemon-species endpoint overview

Notion API – Full Course for Beginners
2023年02月11日 
01:34:44 - 01:35:35
- Create another loop to call pokemon-species - Notion API – Full Course for Beginners

- Create another loop to call pokemon-species

Notion API – Full Course for Beginners
2023年02月11日 
01:35:35 - 01:38:00
- My #1 tip for learning programming and APIs - Notion API – Full Course for Beginners

- My #1 tip for learning programming and APIs

Notion API – Full Course for Beginners
2023年02月11日 
01:38:00 - 01:39:23
- Get the English-language flavor text - Notion API – Full Course for Beginners

- Get the English-language flavor text

Notion API – Full Course for Beginners
2023年02月11日 
01:39:23 - 01:47:30
- Add formatted flavor text to the pokeData object - Notion API – Full Course for Beginners

- Add formatted flavor text to the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
01:47:30 - 01:48:13
- Add the category and generation info to the pokeData object - Notion API – Full Course for Beginners

- Add the category and generation info to the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
01:48:13 - 01:52:35
- Add the new information to the Notion API call - Notion API – Full Course for Beginners

- Add the new information to the Notion API call

Notion API – Full Course for Beginners
2023年02月11日 
01:52:35 - 01:58:31
- Test the finished script! - Notion API – Full Course for Beginners

- Test the finished script!

Notion API – Full Course for Beginners
2023年02月11日 
01:58:31 - 02:00:50
- Source code and additional resources - Notion API – Full Course for Beginners

- Source code and additional resources

Notion API – Full Course for Beginners
2023年02月11日 
02:00:50 - 02:04:20
- More Notion resources and templates - Notion API – Full Course for Beginners

- More Notion resources and templates

Notion API – Full Course for Beginners
2023年02月11日 
02:04:20 - 02:07:35