blinkx.io
TypeScript icon, indicating that this package has built-in type declarations

1.0.19 • Public • Published

blinkx

Design experiences faster, connect any framework.

                                       

Dislpay your content
import { blink } from 'blinkx.io'
  
blink.init('YOUR_KEY');
  
async function getBlinkPages() {
  const blinkContent = await blink.getContentItem('PAGE_URL','html');
 
  return{
    content:{
       html: blinkContent.body.html,
       css: blinkContent.body.css,
       seo: blinkContent.seo_fields
    }
  }
}

Table of contents

Get started

  • Create a free account on blinkx.io and start visually designing your page or app.

  • Install the SDK with npm:

    npm i blinkx.io
  • Or Integrate the Blink REST API to your site or app

Key Features

blink-sdk-components

Blink X Core

Developer Experience

Join the community!

Questions? Chat with us in our official forum!

Want to contribute?

Found a bug, or want to contribute code? Pull requests and issues are most welcome.

Troubleshooting and feedback

Open an issue.

License

Blink X is available under the MIT License

Package Sidebar

Install

npm i blinkx.io

Weekly Downloads

1

Version

1.0.19

License

ISC

Unpacked Size

9.58 kB

Total Files

12

Last publish

Collaborators

  • richetechguy