/notion-dev

Start building with the Notion API

Primary LanguageJavaScriptMIT LicenseMIT

Notion Api Getting Started

This is a sample application of how to use the Notion API to query the database. It uses the Next.js framework with React. Follow the instructions below to set it up.

Alt text

  1. Clone this repository

  2. Navigate into the project directory

    cd notion-dev
  3. Install the requirements

    npm i
  4. Make environment variables file

    NOTION_API_KEY=
  5. Run de Proyect

    npm run dev