Socket
Socket
Sign inDemoInstall

@headon/contentful

Package Overview
Dependencies
34
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @headon/contentful

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.


Version published
Weekly downloads
5
increased by400%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@headon/contentful

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, Strapi, 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

Usage

const contentfulCmsClient = new ContentfulCmsClient({
    contenful: {
      space: '...',
      accessToken: '...'
    }
});
  • space is Contentful space ID
  • accessToken is Contentful access token from API key console

FAQs

Last updated on 25 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc