@valgeny/lotr-sdk
v0.2.0
Published
LOTR SDK
Readme
LOTR SDK
SDK to access the LOTR Api v2
See also:
- https://the-one-api.dev/
- https://the-one-api.dev/documentation
Prerequisites
- NodeJs > 18 (Fetch module)
See also:
- https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
- https://dev.to/cloudx/nodejs-18-fetch-api-test-runner-module-and-more-2ckg
Using it in your app
npm install @valgeny/lotr-sdk@latestBuilding and publishing a new version
Prerequisites
- Create a npm account
- Log in on your local machine
npm adduserBuild process
Install (required only if dependencies were modified)
npm install,Compile module
npm run compile,Increment version
npm version patch -m 'New release'Publish (public)
npm publish --access=publicInstall latest version of the package
npm install @valgeny/lotr-sdk@latest
