{"id":22085614,"url":"https://github.com/nexmo/sms-node-concat-tutorial","last_synced_at":"2026-02-22T09:42:54.739Z","repository":{"id":38838144,"uuid":"156577413","full_name":"Nexmo/sms-node-concat-tutorial","owner":"Nexmo","description":"Send and receive concatenated SMS using the SMS API and Node.js","archived":false,"fork":false,"pushed_at":"2026-02-21T07:19:24.000Z","size":31,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":12,"default_branch":"main","last_synced_at":"2026-02-21T14:20:48.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nexmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-07T16:39:33.000Z","updated_at":"2023-03-16T21:31:50.000Z","dependencies_parsed_at":"2025-01-27T04:21:02.909Z","dependency_job_id":"a6f9a120-c2e5-4204-aed2-a2977032d851","html_url":"https://github.com/Nexmo/sms-node-concat-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nexmo/sms-node-concat-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Fsms-node-concat-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Fsms-node-concat-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Fsms-node-concat-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Fsms-node-concat-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nexmo","download_url":"https://codeload.github.com/Nexmo/sms-node-concat-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nexmo%2Fsms-node-concat-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29708363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T05:59:28.568Z","status":"ssl_error","status_checked_at":"2026-02-22T05:58:46.208Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-12-01T01:15:19.908Z","updated_at":"2026-02-22T09:42:54.725Z","avatar_url":"https://github.com/Nexmo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SMS API Concatenation Tutorial\n\nThis app demonstrates how to concatenate long text messages using the SMS API.\n\n## Prerequisites\n\nYou will need:\n\n* A [free Nexmo account](https://dashboard.nexmo.com/sign-up)\n\n## Installation\n\n```sh\ngit clone https://github.com/Nexmo/sms-node-concat-tutorial.git\ncd sms-node-concat-tutorial\nnpm install\n```\n\n## Setup\n\nRename the config file:\n\n```sh\nmv .env-example .env\n```\n\nFill in the values in `.env` as appropriate.\n\n### Running the App\n\nRun the following command in the application directory:\n\n```sh\nnpm start\n```\nThe application should be running on the port you specified in `.env`.\n\nConfigure the webhook URL (`https://example.com/webhooks/inbound-sms`) in your [Dashboard Settings](https://dashboard.nexmo.com/settings/). If you are using `ngrok`, this will be in the form:\n\n```\nhttps://demo.ngrok.io/webhooks/inbound-sms\n```\n\n### Using the App\n\nSend a long (\u003e 160 standard GSM characters) text message to the number you specified in the `TO_NUMBER` setting in your `.env` file.\n\nThe console output of `server.js` should show the invididual message parts and then the complete message once all the parts have been received and reassembled.\n\n## License\n\nThe content of this project itself is licensed under the [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](https://www.nexmo.com/blog/2017/07/04/local-development-nexmo-ngrok-tunnel-dr/).\n\t\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo%2Fsms-node-concat-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnexmo%2Fsms-node-concat-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnexmo%2Fsms-node-concat-tutorial/lists"}