nihal-razak-lord-of-the-rings-sdk
v1.0.0
Published
Node + Typescript SDK for Lords of Ring API
Maintainers
Readme
Nihal_Razak-SDK
SDK in Typescript that makes this API accessible to other developers. The SDK only needs to cover the movie and quote endpoints:
- /movie
- /movie/{id}
- /movie/{id}/quote
- /quote
- /quote/{id}
Development
npm run buildto compile TS -> JS. This is configured to incrementaly compile files insrcoutout todist.npm run watchto compile files insrctodist, watching for any changes and incrementaly rebuilding whenever file changes are made insrc.npm run cleanto removedist.
Running
npm run start
- uses
ts-nodeto run the entrypointsrc/index.ts
SDK Design and Usage
Please read Design and Usage Documentation carefully.
Test
npm run test
