ArgoAPI-NodeJS
A simple npm module that allows you to communicate with ScuolaNext Argo's API
Install
npm i argoapi
Usage
With .then() clause
const ArgoAPI = ArgoAPI
With async/await method
const ArgoAPI = //inside an async functiontry await ArgoAPI catche console
Documentation
For docs see the DOCS.md file.