lunanodejs-api
Nodejs library to access the Luna Node Dynamic API
Getting Started
Install it via npm:
npm install lunanodejs-api
And include in your project:
; const lndApi = 'api_id' 'api_key';const vm = await lndApi;const images = await lndApi;
License
MIT