{"id":16288702,"url":"https://github.com/matronator/devito-converter","last_synced_at":"2025-10-19T07:25:49.795Z","repository":{"id":107363978,"uuid":"262349557","full_name":"matronator/devito-converter","owner":"matronator","description":"Measure length in Danny DeVitos","archived":false,"fork":false,"pushed_at":"2021-06-11T23:32:11.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T01:31:56.656Z","etag":null,"topics":["converter","convertor","danny-devito","devito","length","length-converter","unit-conversion","unit-converter"],"latest_commit_sha":null,"homepage":"https://matronator.github.io/devito-converter/","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/matronator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"matronator","open_collective":null,"ko_fi":"matronator","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/matronator","https://www.blockchain.com/btc/address/35VRpVQaqFWjUCnVRpGineShz76QyYgSVg"]}},"created_at":"2020-05-08T14:47:38.000Z","updated_at":"2023-03-17T12:25:00.000Z","dependencies_parsed_at":"2023-03-25T21:48:38.886Z","dependency_job_id":null,"html_url":"https://github.com/matronator/devito-converter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matronator%2Fdevito-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matronator%2Fdevito-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matronator%2Fdevito-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matronator%2Fdevito-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matronator","download_url":"https://codeload.github.com/matronator/devito-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994123,"owners_count":21030048,"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":["converter","convertor","danny-devito","devito","length","length-converter","unit-conversion","unit-converter"],"created_at":"2024-10-10T19:49:12.756Z","updated_at":"2025-10-19T07:25:44.762Z","avatar_url":"https://github.com/matronator.png","language":"JavaScript","funding_links":["https://patreon.com/matronator","https://ko-fi.com/matronator","https://www.paypal.me/matronator","https://www.blockchain.com/btc/address/35VRpVQaqFWjUCnVRpGineShz76QyYgSVg"],"categories":[],"sub_categories":[],"readme":"# DeVito Converter\n\nMeasure length in Danny DeVitos!\n\nDemo: https://matronator.github.io/devito-converter/\n\n## Use in Browser\n\nDownload the `devito.js` file from `dist` folder and include it in your HTML file.\n\n### External file\n\n#### index.html\n\n```html\n\n\u003ch1\u003eHello World! Danny DeVito is \u003cspan id=\"devitoHeight\"\u003e\u003c/span\u003e meters tall!\u003c/h1\u003e\n\n\u003cscript src=\"/path/to/devito.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  var converter = new DannyDeVito();\n  var span = document.getElementById(`devitoHeight`);\n\n  span.innerHtml = converter.toMeters(1, 0);\n\u003c/script\u003e\n\n```\n\n### Inline `script` tag\n\n#### index.html\n\n```html\n\n\u003ch1\u003eHello World!\nDanny DeVito is \u003cspan id=\"devitoHeight\"\u003e\u003c/span\u003e meters tall!\u003c/h1\u003e\n\n\u003cscript src=\"/path/to/devito.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"/path/to/your/script.js\"\u003e\u003c/script\u003e\n\n```\n\n#### script.js\n\n```javascript\n\nvar converter = new DannyDeVito();\nvar span = document.getElementById(`devitoHeight`);\n\nspan.innerHtml = converter.toMeters(1, 0);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatronator%2Fdevito-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatronator%2Fdevito-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatronator%2Fdevito-converter/lists"}