8000 GitHub - L4Ph/notcms: NotCMS makes it easy to create a headless CMS, from Notion
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

L4Ph/notcms

 
 

Repository files navigation

NotCMS logo

NotCMS

Website · Dashboard · Templates · Blog

NotCMS makes it easy to create a CMS, from Notion.

npm package Downloads Issues

Getting Started

Install

npm install notcms

Usage

import { Client } from "notcms";

const nc = Client({ schema });

const [pages] = await nc.query.blog.list();
const [page] = await nc.query.blog.get(pages[0].id);

LICENSE

Each sub directory has individual license.

About

NotCMS makes it easy to create a headless CMS, from Notion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • CSS 2.4%
  • Other 1.0%
0