JSPM

  • Created
  • Published
  • Downloads 938
  • Score
    100M100P100Q110935F
  • License MIT

Unofficial Notion.so API client.

Package Exports

  • notionapi-agent

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (notionapi-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

notionapi-agent

version language license

Unofficial Node.js API client for Notion.so.

This is a work-in-progress project. If you need to use Notion's API in production, I recommend waiting for their official release.

Installation

# Install latest release from NPM registry.
npm install notionapi-agent

Getting Started

You can also take a look at the test script.

Or the documentation.

Announcement

[2019.11.01]

New documentation here.

[2019.10.13]

I finished TypeScript definitions for all APIs exposed by this agent. Hope this will make development easier !

[2019.10.08]

When using v0.6.0+, import this library with

const { NotionAgent } = require('notionapi-agent')

Instead of

const NotionAgent = require('notionapi-agent')

Development

Project Structure

project structure graph

External Dependencies