chukwudi-sdk

1.0.2 • Public • Published

Lord of the rings SDK

A This is an sdk for lord of the rings movies

Installation

Install this sdk with npm or yarn

  npm install chukwudi-sdk --save-dev
  or
  yarn add chukwudi-sdk

Usage/Examples

const sdk = require('chukwudi-sdk')

const { books } = sdk;

await books.run();
  • If you want to limit your request you can chain the limit function
await books.limit(100).run();
  • For request that require API key
const sdk = require('chukwudi-sdk')

const { chapters } = sdk;

chapters.init(apikey);
await chapters.run();

Running Tests

To run tests, run the following command

  npm run test

Readme

Keywords

none

Package Sidebar

Install

npm i chukwudi-sdk

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

7.47 kB

Total Files

11

Last publish

Collaborators

  • chuksgpfr