{"id":15692838,"url":"https://github.com/ultirequiem/sum","last_synced_at":"2025-05-07T13:46:23.112Z","repository":{"id":39543708,"uuid":"410358937","full_name":"UltiRequiem/sum","owner":"UltiRequiem","description":"📘 Sum Utilities","archived":false,"fork":false,"pushed_at":"2024-05-01T00:03:54.000Z","size":31,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-02T13:02:10.613Z","etag":null,"topics":["deno","denoland","javascript","math","nestland","typescript"],"latest_commit_sha":null,"homepage":"https://sum.js.org","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/UltiRequiem.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":"2021-09-25T19:03:27.000Z","updated_at":"2023-03-07T04:28:54.000Z","dependencies_parsed_at":"2023-02-18T16:25:15.213Z","dependency_job_id":"1ed65104-f0b5-44d2-81d0-7219cb5d9504","html_url":"https://github.com/UltiRequiem/sum","commit_stats":{"total_commits":33,"total_committers":3,"mean_commits":11.0,"dds":0.303030303030303,"last_synced_commit":"e0d5a5d7463d7d1694af4cc3ccf13c5559baadf3"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fsum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fsum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fsum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fsum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/sum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252890049,"owners_count":21820297,"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":["deno","denoland","javascript","math","nestland","typescript"],"created_at":"2024-10-03T18:40:27.876Z","updated_at":"2025-05-07T13:46:23.093Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":["https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# Sum\n\n[![Code Coverage](https://codecov.io/gh/ultirequiem/sum/branch/main/graph/badge.svg)](https://codecov.io/gh/ultirequiem/sum)\n[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sum/mod.ts)\n\nGet the sum of an array of numbers\n\n## Usage\n\n### [Deno 🦕](https://deno.land/x/sum)\n\n```typescript\nimport { sum } from \"https://deno.land/x/sum/mod.ts\";\n\nsum(1, 2, 3, 4, 5); //=\u003e 15\n```\n\n### [Node.js 🐢](https://npmjs.com/package/@ultirequiem/sum)\n\n```typescript\nimport { sum } from \"@ultirequiem/sum\";\n```\n\n### Browser\n\nYou can use any [CDN](https://en.wikipedia.org/wiki/Content_delivery_network) 🔥\n\nEg. [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)\n▶ [SkyPack](https://cdn.skypack.dev/@ultirequiem/sum) _/_\n[script tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script) ▶\n[JSDelivr](https://cdn.jsdelivr.net/npm/@ultirequiem/sum).\n\nThe API is the same on all this platforms.\n\n## Documentation\n\nIs hosted on [Deno Doc](https://doc.deno.land/https://deno.land/x/sum/mod.ts) 📄\n\n## CLI\n\n### Install\n\n- **Deno 🎃**\n\n```sh\ndeno install https://deno.land/x/sum/sum.ts\n```\n\n- **Node.js 🐼**\n\n```sh\nnpm install -g @ultirequiem/sum\n```\n\n### Usage\n\n```sh\nsum --help\n```\n\n[A binary for multiple platforms is provided too!](https://github.com/UltiRequiem/sum/releases/latest)\n\n[Video Showcase](https://youtu.be/06t6aWE-6Mk)\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/UltiRequiem) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🚀\n\nDon't forget to star the repo ⭐\n\n## Versioning\n\nWe use [SemVer](http://semver.org) for versioning. For the versions available,\nsee the [tags](https://github.com/UltiRequiem/sum/tags).\n\n## Authors\n\n[Eliaz Bobadilla (a.k.a UltiRequiem)](https://ultirequiem.com) - Creator and\nMaintainer 💪\n\nSee also the full list of\n[contributors](https://github.com/UltiRequiem/sum/contributors) who participated\nin this project.\n\n## Licence\n\nLicensed under the MIT License 📄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fsum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Fsum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fsum/lists"}