Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qqpann/notcms
- Owner: qqpann
- License: mit
- Created: 2024-06-15T10:20:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T16:14:34.000Z (about 2 months ago)
- Last Synced: 2024-11-07T16:29:59.381Z (about 2 months ago)
- Topics: api, blog, cms, content, content-management-system, headless-cms, javascript, nodejs, notcms, notion, notion-api, sdk, typescript
- Language: TypeScript
- Homepage: https://notcms.com
- Size: 4.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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/