1.0.4 • Published 2 years ago

georgeflutur-sdk v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

LOTR-ultrawide-1440-16x9-1-1024x429

Lord of the Rings JavaScript SDK

This handfull JS library was created to help developers interact with the LotR API.

Details about the endpoints, API keys generation, etc. can be found here

In order to easily get started with the library follow these steps:

  1. Install it using npm.
npm i georgeflutur-sdk
  1. Import it in your file.
import LotRLibrary from "georgeflutur-sdk"
  1. Create an instance of the communicator class.
const lortlib = new LotRLibrary("YOUR_API_KEY")
  1. Call the getMovies method to grab an object containing all the LotR books.
console.log(await lortlib.getMovies())

“May it be a light to you in dark places, when all other lights go out.” — Galadriel

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago