daniel_sofer-sdk
v1.0.0
Published
A simple and lightweight Javascript SDK for the [One API](https://the-one-api.dev/).
Downloads
1
Readme
A simple and lightweight Javascript SDK for the One API.
Installation
npm i @soferdani/daniel_sofer-SDK
Usage
import LODRsdk from '@soferdani/daniel_sofer-SDK';
const bookNames = await LODRsdk()
// response - ["The Fellowship Of The Ring", "The Two Towers","The Return Of The King"]
That's it!