Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qqpann/notcms

NotCMS makes it easy to create a headless CMS, from Notion
https://github.com/qqpann/notcms

api blog cms content content-management-system headless-cms javascript nodejs notcms notion notion-api sdk typescript

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        




NotCMS logo


NotCMS


Website
·

Dashboard
·

Templates
·

Blog

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

[![npm package][npm-img]][npm-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]

## Getting Started

## Install

```bash
npm install notcms
```

## Usage

```ts
import { Client } from "notcms";

const nc = Client({ schema });

const [pages] = await nc.query.blog.listPages();
const [page] = await nc.query.blog.getPage(pages[0].id);
```

[build-img]: https://github.com/qqpann/notcms/actions/workflows/release.yml/badge.svg
[build-url]: https://github.com/qqpann/notcms/actions/workflows/release.yml
[downloads-img]: https://img.shields.io/npm/dt/notcms
[downloads-url]: https://www.npmtrends.com/notcms
[npm-img]: https://img.shields.io/npm/v/notcms
[npm-url]: https://www.npmjs.com/package/notcms
[issues-img]: https://img.shields.io/github/issues/qqpann/notcms
[issues-url]: https://github.com/qqpann/notcms/issues
[codecov-img]: https://codecov.io/gh/qqpann/notcms/branch/main/graph/badge.svg
[codecov-url]: https://codecov.io/gh/qqpann/notcms
[semantic-release-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/semantic-release
[commitizen-img]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]: http://commitizen.github.io/cz-cli/