yeti-client

1.1.7 • Public • Published

React Core - Integration with Yeti-CMS

A NodeJS library to fetch data from Yetic-CMS.

Example Usgae

const fetchData = require('yeti-client');

fetchData(process.env.GATEWAY_URL, process.env.GATEWAY_TOKEN)
    .then(res = > {
        //your logic to handle data
    })
    .catch(err => {
        console.log(err);    
    });

Readme

Keywords

Package Sidebar

Install

npm i yeti-client

Weekly Downloads

1

Version

1.1.7

License

ISC

Unpacked Size

22.3 kB

Total Files

20

Last publish

Collaborators

  • kimthanh932000
  • phanhien.kamora
  • hieupham2220
  • hunglpkamora