@headon/contentful
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@headon/contentful", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Contentful client adapter for Head-On UI framework. Head-On UI library enables web developer to build light weight web applications that uses a headless content management system (CMS) for managing content and UI experience.", | ||
@@ -35,3 +35,3 @@ "author": "Ned Visolyaputra <0_ratios.mutes@icloud.com>", | ||
}, | ||
"gitHead": "b1d0613deb42db216949e628c1e4473b9b8ea685" | ||
"gitHead": "8ccf91a79be5135d9ec8e421ac6d0cf4a8e0594c" | ||
} |
# `@headon/contentful` | ||
> TODO: description | ||
Head-On UI library enables web developer to build light weight web applications that uses a "headless" content management system (CMS) for managing content and UI experience. The web application built with Head-On UI will consume both layouts (UX) and content, via API, from "headless" CMS such as [Contentful](https://www.contentful.com/), [Strapi](https://strapi.io/), or any of their favorite content management systems. | ||
This package includes a library for Contentful client adapter. | ||
See more details on [Head-On UI main README.md](https://github.com/nedvisol/headon-ui#readme) | ||
## Usage | ||
```js | ||
const contentfulCmsClient = new ContentfulCmsClient({ | ||
contenful: { | ||
space: '...', | ||
accessToken: '...' | ||
} | ||
}); | ||
``` | ||
const contentful = require('@headon/contentful'); | ||
// TODO: DEMONSTRATE API | ||
``` | ||
* `space` is Contentful space ID | ||
* `accessToken` is Contentful access token from API key console |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10498
20