Skip to content

heyvig/Cannotion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cannotion

A tool which automatically integrates the Canvas calander into Notion.

Getting Started

Initaliazing the notion database

Explains how to create the database id and token https://developers.notion.com/docs/getting-started

In the src directory create a file called secrets.js, this is where you will store the database id and the integration token.

export const secret = '...';
export const database_id = '...';

installing dependencies

npm install

to run notion.js by itself

node ./src/notion.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages