/web-sdk

A web sdk template which can be used to build web sdk to use in any node application eg- react, angular

Primary LanguageJavaScript

Usage

import { Libaray } from 'kvvik-dev';

  const client = new Library({
    apiKey: 'your-api-key',
  });

  console.log(client.posts.getPosts());