{"id":22096985,"url":"https://github.com/pitops/budgetsms-node","last_synced_at":"2026-04-28T22:35:32.606Z","repository":{"id":92974875,"uuid":"165493713","full_name":"pitops/budgetSMS-node","owner":"pitops","description":"A wrapper for budgetSMS for use with NodeJS","archived":false,"fork":false,"pushed_at":"2020-10-01T03:34:12.000Z","size":6,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T01:18:36.936Z","etag":null,"topics":["budgetsms","budgetsms-node","library","node","sms-gateway"],"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/pitops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-13T10:46:19.000Z","updated_at":"2019-06-06T18:51:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"55df6036-692e-4183-a89a-2405fe12c24a","html_url":"https://github.com/pitops/budgetSMS-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pitops/budgetSMS-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2FbudgetSMS-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2FbudgetSMS-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2FbudgetSMS-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2FbudgetSMS-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pitops","download_url":"https://codeload.github.com/pitops/budgetSMS-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pitops%2FbudgetSMS-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["budgetsms","budgetsms-node","library","node","sms-gateway"],"created_at":"2024-12-01T04:13:43.775Z","updated_at":"2026-04-28T22:35:32.590Z","avatar_url":"https://github.com/pitops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# budgetSMS-node\nA wrapper for budgetSMS for use with NodeJS.\n\n## Setup\n\n```bash\nnpm i budgetsms-node\n```\n\n## How to use\n\n### Initialize\n\n```javascript\nconst BudgetSMS = new BudgetSMSAPI({\n    username: process.env.BUDGET_SMS_USERNAME,\n    userid: process.env.BUDGET_SMS_USER_ID,\n    handle: process.env.BUDGET_SMS_HANDLE\n})\n```\n### Send SMS\n\n```javascript\nBudgetSMS.from('InfoSMS')\n  .to('123456789')\n  .message('Hello world')\n  .send()\n  .then(json =\u003e console.log(json))\n  .catch(error =\u003e console.error(error))\n```\n\n## For testing your solution use `test` instead\n\n```javascript\nBudgetSMS.from('InfoSMS')\n  .to('123456789')\n  .message('Hello world')\n  .test()\n  .then(json =\u003e console.log(json))\n  .catch(error =\u003e console.error(error))\n```\n\n## Error codes\n\nYou can use this [page](https://www.budgetsms.net/sms-http-api/error-code/) for the meaning of the various error codes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitops%2Fbudgetsms-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpitops%2Fbudgetsms-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpitops%2Fbudgetsms-node/lists"}