{"id":19903934,"url":"https://github.com/zerotohero-dev/darth","last_synced_at":"2025-07-21T08:33:07.084Z","repository":{"id":141697047,"uuid":"48118551","full_name":"zerotohero-dev/darth","owner":"zerotohero-dev","description":"Charts stuff to the terminal.","archived":false,"fork":false,"pushed_at":"2016-01-30T05:18:36.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T11:35:49.957Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zerotohero-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-16T15:28:27.000Z","updated_at":"2023-10-03T04:40:38.000Z","dependencies_parsed_at":"2023-04-23T13:18:02.709Z","dependency_job_id":null,"html_url":"https://github.com/zerotohero-dev/darth","commit_stats":null,"previous_names":["zerotohero-dev/darth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zerotohero-dev/darth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fdarth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fdarth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fdarth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fdarth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerotohero-dev","download_url":"https://codeload.github.com/zerotohero-dev/darth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerotohero-dev%2Fdarth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266267290,"owners_count":23902334,"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":[],"created_at":"2024-11-12T20:26:01.298Z","updated_at":"2025-07-21T08:33:07.069Z","avatar_url":"https://github.com/zerotohero-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n```\n       .-.         MIT Licensed.\n      |_:_|\n     /(_Y_)\\            Original code belongs to T.J.\n    ( \\/M\\/ )     Couldn’t find the code in npm,\n  _.'-/'-'\\-'._      hence I published under a new name.\n /.--'[[][]'--.\\      I’ll create a proper README and stuff\n                          when I have time.\n                       Until then…\n                May the source be with you.\n```\n\n## Usage Example\n\n```javascript\nimport chart from 'darth';\nimport clear from 'clear';\n\nlet data = [];\n\nfor ( i = 0; i \u003c 100; i++ ) {\n    data.push( Math.random() * 100 );\n}\n\nsetInterval( () =\u003e {\n    data.push( Math.random() * 100 );\n\n    clear();\n    chart( data );\n}, 1000 );\n```\n\n// TODO: add a screenshot of the output.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerotohero-dev%2Fdarth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerotohero-dev%2Fdarth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerotohero-dev%2Fdarth/lists"}