{"id":19348658,"url":"https://github.com/codahiri/ssm-js","last_synced_at":"2025-02-24T10:18:17.165Z","repository":{"id":44495399,"uuid":"435229936","full_name":"codahiri/ssm-js","owner":"codahiri","description":"Simple math functions","archived":false,"fork":false,"pushed_at":"2022-02-10T11:26:51.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T13:51:54.225Z","etag":null,"topics":["javascript","json","license","markdown","npm","npm-cli","npm-module","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/ssm-js","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codahiri.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}},"created_at":"2021-12-05T17:13:34.000Z","updated_at":"2024-03-28T12:17:38.000Z","dependencies_parsed_at":"2022-09-05T03:30:44.950Z","dependency_job_id":null,"html_url":"https://github.com/codahiri/ssm-js","commit_stats":null,"previous_names":["ilosrim/supermathjs","ilosrim/ssm-js"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fssm-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fssm-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fssm-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fssm-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codahiri","download_url":"https://codeload.github.com/codahiri/ssm-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240183752,"owners_count":19761436,"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":["javascript","json","license","markdown","npm","npm-cli","npm-module","npm-package"],"created_at":"2024-11-10T04:22:19.458Z","updated_at":"2025-02-24T10:18:17.142Z","avatar_url":"https://github.com/codahiri.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ssm-js - Super Simple Math JS\n\n---\n\n## Installation:\n\n```bash\nnpm i ssm-js\n\n#or\n\nyarn add ssm-js\n```\n\n---\n\n## Usage examples\n\n### Plus\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet myPlus = supermathjs.plus(6); // return 12\n```\n\n---\n\n### Minus\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet myPlus = supermathjs.minus(6); // return 0\n```\n\n---\n\n### Multiply\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet myPlus = supermathjs.multiply(36); // return 4\n```\n\n---\n\n### Divide\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet myPlus = supermathjs.divide(6); // return 1\n```\n\n---\n\n### Second\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet myPlus = supermathjs.degreeSc(6); // return 36\n```\n\n---\n\n### Third\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet myPlus = supermathjs.degreeTh(6); // return 216\n```\n\n---\n\n### Even or odd number\n\n```javascript\nconst supermathjs = require(\"ssm-js\");\nlet evenOrOdd = supermathjs.evenOdd(8); // return Even Number\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodahiri%2Fssm-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodahiri%2Fssm-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodahiri%2Fssm-js/lists"}