{"id":16294781,"url":"https://github.com/finesse/telegram-chart","last_synced_at":"2026-03-06T06:31:28.421Z","repository":{"id":94077398,"uuid":"176625217","full_name":"Finesse/telegram-chart","owner":"Finesse","description":"🎖 A prize winning JS solution for the Telegram April 2019 coding contest","archived":false,"fork":false,"pushed_at":"2021-04-16T13:38:37.000Z","size":4986,"stargazers_count":42,"open_issues_count":1,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-18T22:39:50.724Z","etag":null,"topics":["canvas","chart","contest","performance","telegram"],"latest_commit_sha":null,"homepage":"http://finesse.github.io/telegram-chart","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/Finesse.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-20T01:09:01.000Z","updated_at":"2024-11-28T22:06:06.000Z","dependencies_parsed_at":"2023-04-26T06:20:53.705Z","dependency_job_id":null,"html_url":"https://github.com/Finesse/telegram-chart","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Finesse/telegram-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finesse%2Ftelegram-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finesse%2Ftelegram-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finesse%2Ftelegram-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finesse%2Ftelegram-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Finesse","download_url":"https://codeload.github.com/Finesse/telegram-chart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Finesse%2Ftelegram-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30164592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T04:43:31.446Z","status":"ssl_error","status_checked_at":"2026-03-06T04:40:30.133Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["canvas","chart","contest","performance","telegram"],"created_at":"2024-10-10T20:16:28.441Z","updated_at":"2026-03-06T06:31:28.375Z","avatar_url":"https://github.com/Finesse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telegram chart\n\nThis is a JS solution for [the Telegram April 2019 coding contest](https://t.me/contest/59).\nThe goal was to develop an application for showing charts based on [the input data](src/data) and the [design specification](docs/design).\nThe solution is implemented without the bonus goals.\n\nThe solution page on the official contest platform: http://contest.dev/chart-js/entry18\n\nThis code was refactored and improved at https://github.com/fingerprintjs/audio-fingerprint-article-demos\n\n## How to start the application\n\nFirst install the application:\n\n1. Make sure you have [Node.js](http://nodejs.org) installed\n2. Download the source code\n3. Open a terminal and go to the source code directory\n4. Run `npm install`\n\n### Development mode\n\n1. Run `npm start`\n2. Open http://localhost:8000 in a browser\n\n### Production mode\n\n1. Run `npm run build`\n2. Open the `dist/index.html` file in a browser\n\nIf you want to serve the application with a web server,\nupload the content of the `dist` directory to the web server and make the directory be the document root of the server. \n\n## Architecture concepts\n\nI've chosen [canvas](https://developer.mozilla.org/en-US/docs/HTML/Canvas) to draw the charts\nbecause it's the best approach in terms of performance and reliability.\nThe DOM is manipulated using a pure JS to make it fast and the code small.\n\nThe chart supports multiple touches.\n\nThe source code is compiled to the distributive code using [Webpack](http://webpack.js.org) and [Babel](http://babeljs.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinesse%2Ftelegram-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinesse%2Ftelegram-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinesse%2Ftelegram-chart/lists"}