{"id":16900283,"url":"https://github.com/jhwohlgemuth/applied","last_synced_at":"2025-03-17T06:32:03.904Z","repository":{"id":16633372,"uuid":"80363969","full_name":"jhwohlgemuth/applied","owner":"jhwohlgemuth","description":"Applied mathematics toolkit implemented in JavaScript","archived":false,"fork":false,"pushed_at":"2025-01-06T06:32:34.000Z","size":1793,"stargazers_count":0,"open_issues_count":25,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T08:55:11.747Z","etag":null,"topics":["applied-mathematics","javascript","math-library","mathematics"],"latest_commit_sha":null,"homepage":"https://applied.js.org","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/jhwohlgemuth.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":"2017-01-29T18:35:51.000Z","updated_at":"2020-04-04T22:37:44.000Z","dependencies_parsed_at":"2024-10-27T12:13:51.582Z","dependency_job_id":"38815ed2-63ee-4f7e-b74a-729797e42114","html_url":"https://github.com/jhwohlgemuth/applied","commit_stats":{"total_commits":268,"total_committers":5,"mean_commits":53.6,"dds":"0.16044776119402981","last_synced_commit":"a6f0c36c11906434fca0460c53f535a02eb58b2b"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhwohlgemuth%2Fapplied","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhwohlgemuth%2Fapplied/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhwohlgemuth%2Fapplied/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jhwohlgemuth%2Fapplied/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jhwohlgemuth","download_url":"https://codeload.github.com/jhwohlgemuth/applied/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243847061,"owners_count":20357317,"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":["applied-mathematics","javascript","math-library","mathematics"],"created_at":"2024-10-13T17:52:36.022Z","updated_at":"2025-03-17T06:32:02.795Z","avatar_url":"https://github.com/jhwohlgemuth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n    \u003ca href=\"https://github.com/jhwohlgemuth/applied\"\u003e\u003cimg width=\"350px\" alt=\"applied.js\" src=\"https://raw.githubusercontent.com/jhwohlgemuth/applied/master/media/applied_with_letters.png\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e **Applied** mathematics toolkit implemented in **JS** (ECMAScript)\n\n[![npm](https://img.shields.io/npm/v/applied.svg)](https://www.npmjs.com/package/applied)\n[![Build Status](https://travis-ci.org/jhwohlgemuth/applied.svg?branch=master)](https://travis-ci.org/jhwohlgemuth/applied)\n[![Coverage Status](https://coveralls.io/repos/github/jhwohlgemuth/applied/badge.svg?branch=master)](https://coveralls.io/github/jhwohlgemuth/applied?branch=master)\n[![bitHound Overall Score](https://www.bithound.io/github/jhwohlgemuth/applied/badges/score.svg)](https://www.bithound.io/github/jhwohlgemuth/applied)\n[![Known Vulnerabilities](https://snyk.io/test/github/jhwohlgemuth/applied/badge.svg)](https://snyk.io/test/github/jhwohlgemuth/applied)\n\nInstallation\n------------\n\n```bash\nnpm install applied\n```\n\nUsage\n-----\n\n\u003e Under construction\n\nContributing\n------------\n\n\u003e **Note:**  Linux is the only actively supported OS for development\n\n**Requirements**\n- Git\n- Node.js ([nvm](https://github.com/creationix/nvm) is suggested)\n\n**Setup**\n\n```bash\ngit clone git@github.com/jhwohlgemuth/applied.git\ncd applied\n#Install dependencies\nnpm install\n#Verify applied installed correctly by running tests\nnpm test\n```\n**Workflow Tasks**\n\n- `npm test` \u003e run test suite\n- `npm run test:watch` \u003e watch task for running tests\n- `npm run test:build` \u003e build module and verify that it can be loaded\n- `npm run lint` \u003e lint code\n- `npm run lint:watch` \u003e watch task for code linting\n- `npm run build` \u003e bundle code using browserify\n- `npm run docs` \u003e generate and view the documentation\n\nRoadmap\n-------\n\n- Follow progress on [Trello](https://trello.com/b/Tjw9CBXd/appliedjs)\n\nCredits\n-------\n- [Adam Shaver](https://github.com/ashaver) *thought of the name, \"applied\", and is a constant source of inspiration*\n- [Browserify](http://browserify.org/) *module bundling*\n- [Babel](https://babeljs.io/) *ES6 transpiling and minification*\n- [JSDoc](http://usejsdoc.org/) *documentation generation*\n- [minami](https://github.com/Nijikokun/minami) *documentation theme*\n\nLicense\n-------\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjhwohlgemuth%2Fapplied.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fjhwohlgemuth%2Fapplied?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhwohlgemuth%2Fapplied","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjhwohlgemuth%2Fapplied","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjhwohlgemuth%2Fapplied/lists"}