{"id":27148791,"url":"https://github.com/ceereals/argoapi-nodejs","last_synced_at":"2025-06-16T11:35:22.354Z","repository":{"id":57183542,"uuid":"156125899","full_name":"Ceereals/ArgoAPI-NodeJS","owner":"Ceereals","description":"Argo api for nodejs","archived":false,"fork":false,"pushed_at":"2020-10-07T07:56:15.000Z","size":38,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T16:16:45.958Z","etag":null,"topics":["api","argo","argoapi","javascript","next","node","npm","scuola","scuolanext","scuolanextapi","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ceereals.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-04T21:16:22.000Z","updated_at":"2025-03-01T17:33:53.000Z","dependencies_parsed_at":"2022-08-23T01:31:18.027Z","dependency_job_id":null,"html_url":"https://github.com/Ceereals/ArgoAPI-NodeJS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ceereals/ArgoAPI-NodeJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ceereals%2FArgoAPI-NodeJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ceereals%2FArgoAPI-NodeJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ceereals%2FArgoAPI-NodeJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ceereals%2FArgoAPI-NodeJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ceereals","download_url":"https://codeload.github.com/Ceereals/ArgoAPI-NodeJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ceereals%2FArgoAPI-NodeJS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260151044,"owners_count":22966436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","argo","argoapi","javascript","next","node","npm","scuola","scuolanext","scuolanextapi","wrapper"],"created_at":"2025-04-08T12:24:30.966Z","updated_at":"2025-06-16T11:35:22.332Z","avatar_url":"https://github.com/Ceereals.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArgoAPI-NodeJS #\n\n\u003e A simple npm module that allows you to communicate with ScuolaNext Argo's API\n\n[![npm version badge](https://img.shields.io/npm/v/sinopia.svg)](https://www.npmjs.com/package/argoapi)\n\n## Install\n\n```bash\nnpm i argoapi\n```\n\n## Usage\n\n### With .then() clause\n```javascript\nconst ArgoAPI = require('argoapi')\n\nArgoAPI.login('school code','username','password')\n    .then(message =\u003e {\n    //successfull message\n    })\n    .catch(err =\u003e {\n        //error message\n    })\n\n```\n### With async/await method\n```javascript\nconst ArgoAPI = require('argoapi')\n\n//inside an async function\ntry {\n    await ArgoAPI.login('school code','username','password')\n} catch(e) {\n    console.log(e)\n}\n```\n## Documentation\nFor [docs](DOCS.md) see the DOCS.md file.\n## License\n\n[MIT](http://vjpr.mit-license.org)\n\n[npm-image]: https://img.shields.io/npm/v/live-xxx.svg\n[npm-url]: https://npmjs.org/package/live-xxx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceereals%2Fargoapi-nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceereals%2Fargoapi-nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceereals%2Fargoapi-nodejs/lists"}