A webapp that seeks to automate some of the manual facets of creating a new Notion database. It uses Notion's new API, SDK and an open dictionary API to fetch definitions & synonyms of words and posts them to a notion vocabulary db.
-
- Visit this link
-
-
- Fork and Clone This Repository
- Create a file called
.env
- Inside
.env
:- Add
NOTION_API_TOKEN = {Your Notion developer API token}
(Sign up here, if you haven't already) - Add
WORD_DATABASE_ID = {The ID of the Notion database you wish to append these datapoints to}
- Add
- In the terminal run
npm install
-
-
- Run
npm start
- NOTE: When finished, kill server with
CTRL+C
twice and the runexit
before closing terminal
- Run
-
-