1.0.0 • Published 12 months ago

robert-lotr-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

LOTR SDK

Installation

To install the SDK, run the following command in your terminal:

npm install lotr-sdk

Usage

Here's an example of how to use the SDK:

const LotrSDK = require('lotr-sdk');

const sdk = new LotrSDK('https://lotrapi.com');

sdk.getMovie(1).then(console.log).catch(console.error);
sdk.getQuote(1).then(console.log).catch(console.error);
sdk.getMovieQuotes(1).then(console.log).catch(console.error);
1.0.0

12 months ago