Skip to content

valgeny/lotr-sdk

Repository files navigation

LOTR SDK

SDK to access the LOTR Api v2

See also:

Prerequisites

  • NodeJs > 18 (Fetch module)

See also:

Using it in your app

npm install @valgeny/lotr-sdk@latest

Building and publishing a new version

Prerequisites

  1. Create a npm account
  2. Log in on your local machine
npm adduser
  1. Install (required only if dependencies were modified)

    npm install,
    
  2. Compile module

    npm run compile,
    
  3. Increment version

    npm version patch -m 'New release'
    
  4. Publish (public)

    npm publish --access=public
    
  5. Install latest version of the package

    npm install @valgeny/lotr-sdk@latest
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published