Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@headon/contentful

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@headon/contentful - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc