Building a (Personal) Relationship Manager with Notion API - Creating Your Node.js Application.
Introduction
We learned a bit about Notion, templates and integrations in the previous chapter of this series. In this part of the series, we would work on the building the Node.js application that interacts with our Contacts database.
Setting up You...