{"id":13445826,"url":"https://github.com/shzlw/zeu","last_synced_at":"2025-05-15T20:04:13.450Z","repository":{"id":57405740,"uuid":"140495874","full_name":"shzlw/zeu","owner":"shzlw","description":"A JavaScript library for real-time visualization","archived":false,"fork":false,"pushed_at":"2018-11-08T01:10:35.000Z","size":23900,"stargazers_count":1794,"open_issues_count":0,"forks_count":172,"subscribers_count":87,"default_branch":"master","last_synced_at":"2025-05-11T02:18:46.085Z","etag":null,"topics":["animation","canvas","chart","javascript","visualization"],"latest_commit_sha":null,"homepage":"https://shzlw.github.io/zeu/docs/introduction.html","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/shzlw.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":"2018-07-10T23:00:34.000Z","updated_at":"2025-04-08T16:58:21.000Z","dependencies_parsed_at":"2022-09-11T23:51:51.659Z","dependency_job_id":null,"html_url":"https://github.com/shzlw/zeu","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzlw%2Fzeu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzlw%2Fzeu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzlw%2Fzeu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzlw%2Fzeu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shzlw","download_url":"https://codeload.github.com/shzlw/zeu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254414497,"owners_count":22067272,"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":["animation","canvas","chart","javascript","visualization"],"created_at":"2024-07-31T05:00:40.205Z","updated_at":"2025-05-15T20:04:06.046Z","avatar_url":"https://github.com/shzlw.png","language":"JavaScript","funding_links":[],"categories":["Libraries","JavaScript"],"sub_categories":["Charts Libraries"],"readme":"# Zeu.js\n\n![Build Status](https://travis-ci.org/shzlw/zeu.svg?branch=master)\n[![license: MIT](https://img.shields.io/badge/license-MIT-orange.svg)](https://opensource.org/licenses/MIT)\n[![npm version](https://img.shields.io/npm/v/zeu.svg)](https://www.npmjs.com/package/zeu)\n\nZeu.js is JavaScript library featuring a collection of prebuilt visualization components for building real-time TV dashboard, monitoring UI and IoT web interface.\n\n## What's New (v1.3.1)\n\n### [System 002](https://shzlw.github.io/zeu/examples/system-002.html)\n\n![system-002](https://github.com/shzlw/zeu/blob/master/examples/system-002.gif)\n\n## Installation\n\nFrom dist\n```html\n\u003cscript src=\"zeu.min.js\"\u003e\u003c/script\u003e\n```\n\nNPM\n```html\nnpm i zeu\n```\n\nCDN\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/zeu\"\u003e\u003c/script\u003e\n```\n\n## Quick Start\n\nLet's build our first Zeu component!\n\n```html\n\u003c!-- Include zeu.js. --\u003e\n\u003cscript src=\"zeu.min.js\"\u003e\u003c/script\u003e\n\u003c!-- Create a canvas. --\u003e\n\u003ccanvas id=\"text-meter\" width=\"200\" height=\"100\"\u003e\u003c/canvas\u003e\n\u003cscript\u003e\n  // Create a Zeu TextMeter.\n  var textMeter = new zeu.TextMeter('text-meter');\n  // Update display and percentage value.\n  textMeter.displayValue = 'ZEU';\n  textMeter.value = 50;\n\u003c/script\u003e\n```\n\n![text-meter](https://github.com/shzlw/zeu/blob/master/examples/text-meter.gif)\n\nDone! Explore the [Introduction](https://shzlw.github.io/zeu/docs/introduction.html) page to get started.\n\n## v1.0.0\n\n![Components](https://github.com/shzlw/zeu/blob/master/examples/my-command-center.v1.0.0.gif)\n\n[My Command Center](https://shzlw.github.io/zeu/examples/my-command-center.html)\n\n## [Documentation](https://shzlw.github.io/zeu/docs/introduction.html)\n\n## Build\n\nFrom source\n```\nnpm run build\n```\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshzlw%2Fzeu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshzlw%2Fzeu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshzlw%2Fzeu/lists"}