{"id":15355268,"url":"https://github.com/gomah/sendle-node","last_synced_at":"2025-04-15T06:29:01.297Z","repository":{"id":57372059,"uuid":"363572581","full_name":"Gomah/sendle-node","owner":"Gomah","description":"Unofficial Node.js library for the Sendle API","archived":false,"fork":false,"pushed_at":"2024-01-30T21:17:51.000Z","size":6366,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-23T23:15:39.066Z","etag":null,"topics":["node","node-client","nodejs","sendle","sendle-api","wrapper"],"latest_commit_sha":null,"homepage":"https://sendle-node.vercel.app","language":"TypeScript","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/Gomah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-05-02T05:19:43.000Z","updated_at":"2023-07-25T14:45:44.000Z","dependencies_parsed_at":"2023-12-30T23:24:01.708Z","dependency_job_id":"5ba7f010-95a0-42a3-8d23-19453a2b8761","html_url":"https://github.com/Gomah/sendle-node","commit_stats":{"total_commits":89,"total_committers":3,"mean_commits":"29.666666666666668","dds":0.1235955056179775,"last_synced_commit":"bd9fdcd66f58dfc9e83b4bb4506effb73361053a"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gomah%2Fsendle-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gomah%2Fsendle-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gomah%2Fsendle-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gomah%2Fsendle-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gomah","download_url":"https://codeload.github.com/Gomah/sendle-node/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249020182,"owners_count":21199505,"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":["node","node-client","nodejs","sendle","sendle-api","wrapper"],"created_at":"2024-10-01T12:23:31.843Z","updated_at":"2025-04-15T06:29:01.281Z","avatar_url":"https://github.com/Gomah.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![node-sendle](https://user-images.githubusercontent.com/2362138/116803978-9a5d1880-ab5e-11eb-881f-b5497f35f51c.png)](https://sendle-node.vercel.app/)\n\n[![Build Status](https://github.com/gomah/sendle-node/workflows/CI/badge.svg)](https://github.com/gomah/sendle-node/actions?query=workflow%3ACI+branch%3Amain)\n[![npm version][npm-version-src]][npm-version-href]\n[![Dependencies][david-dm-src]][david-dm-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-1a2b34.svg?style=flat-square)](https://prettier.io)\n[![License: MIT](https://img.shields.io/badge/License-MIT-black.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\n# Sendle Node.js library\n\nIn order to use this library, you need to have an account on \u003chttps://www.sendle.com/\u003e. After registering, you will need the application credentials for your app.\n\n## Supported platforms\n\nThis SDK supports **Node.js** version 14+.\n\nWe test the library against a selection of Node.js versions which we update over time. Please refer to [main.yml](https://github.com/gomah/sendle-node/blob/main/.github/main.yml) for the set of versions that are currently tested with CI.\n\nIf you find any compatibility issues, please [raise an issue](https://github.com/gomah/sendle-node/issues/new) in the repository.\n\n## Installation\n\nYou need to be running at least Node.js 14 to use this library.\n\n```bash\n$ yarn add sendle-node\n```\n\n### Create a client\n\n```ts\nimport { SendleClient } from 'sendle-node';\n\nconst client = new SendleClient({\n  sendleId: 'yourSendleId',\n  apiKey: 'yourApiKey',\n  sandbox: true, // default to false\n  gotOptions: {}, // See https://github.com/sindresorhus/got#api\n});\n```\n\nSee the [docs](https://sendle-node.vercel.app) for usage reference.\n\n## Development\n\n1. Clone this repository\n2. Install dependencies using `yarn install` or `npm install`\n3. Build the module using `yarn build` or `npm run build`\n4. Start development server using `yarn start` or `npm run start`\n\n## 📑 License\n\n[MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/dt/sendle-node.svg?style=flat-square\n[npm-version-href]: https://npmjs.com/package/sendle-node\n[npm-downloads-src]: https://img.shields.io/npm/v/sendle-node/latest.svg?style=flat-square\n[npm-downloads-href]: https://npmjs.com/package/sendle-node\n[david-dm-src]: https://david-dm.org/gomah/sendle-node/status.svg?style=flat-square\n[david-dm-href]: https://david-dm.org/gomah/sendle-node\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomah%2Fsendle-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgomah%2Fsendle-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgomah%2Fsendle-node/lists"}