Skip to content

A playground for testing out the new Notion API and its client. Currently using CLI Prompts for interactions.

Notifications You must be signed in to change notification settings

atakanzen/NotionAPIPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notion API Playground

Testing out the features of the new Notion API, therefore this repository will be updated regarding the developments of the API.

You can find the reference for the API here.

Requirements

You have to add an integration to your Notion workspace in order to retrieve the secret token that will be used for the client. You can find more information here.

How to run?

You need typescript and node.js installed on your machine:

yarn add global typescript

Install dependencies:

yarn install

Compile and run it with:

tsc && node dist/index.js

About

A playground for testing out the new Notion API and its client. Currently using CLI Prompts for interactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published