Skip to content

bcostaaa01/cli_create_notion_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Create Notion Pages with the command line

npm install
node index.js create <page_id> <page_name>

Using your own Notion API key

export NOTION_API_KEY=<your_notion_api_key>

or using an .env file:

touch .env
echo "NOTION_API_KEY=<your_notion_api_key>" >> .env

About

Create Notion pages using the CLI and the Notion client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published