The serverless API for our final software engineering project.

notion.ts 146B

12345
  1. import { NOTION_KEY } from "../config";
  2. const { Client } = require("@notionhq/client");
  3. export const notion = new Client({ auth: NOTION_KEY });