{"id":19663940,"url":"https://github.com/ykon550/ts-sliding-window","last_synced_at":"2025-10-30T00:38:45.981Z","repository":{"id":57381149,"uuid":"169529529","full_name":"ykon550/ts-sliding-window","owner":"ykon550","description":"Time Series Sliding Window for Node.JS","archived":false,"fork":false,"pushed_at":"2019-02-10T06:16:06.000Z","size":1384,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T09:48:13.057Z","etag":null,"topics":["sliding-window-algorithm","sliding-windows","time-series-analysis"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ykon550.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":"2019-02-07T06:34:56.000Z","updated_at":"2022-01-13T03:43:58.000Z","dependencies_parsed_at":"2022-09-05T14:30:54.342Z","dependency_job_id":null,"html_url":"https://github.com/ykon550/ts-sliding-window","commit_stats":null,"previous_names":["ya9do/ts-sliding-window"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ykon550/ts-sliding-window","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykon550%2Fts-sliding-window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykon550%2Fts-sliding-window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykon550%2Fts-sliding-window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykon550%2Fts-sliding-window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ykon550","download_url":"https://codeload.github.com/ykon550/ts-sliding-window/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ykon550%2Fts-sliding-window/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281725974,"owners_count":26550920,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["sliding-window-algorithm","sliding-windows","time-series-analysis"],"created_at":"2024-11-11T16:16:05.099Z","updated_at":"2025-10-30T00:38:45.932Z","avatar_url":"https://github.com/ykon550.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts-sliding-window\nSimple implementation of Time Series Sliding Window.\n\n## Install\n```\nnpm install ts-sliding-window\n```\n\n## Example Application\n![capture](https://github.com/ya9do/ts-sliding-window/blob/images/images/example%20app%20screen%20capture.gif)\nThis repository has internal NPM package for example application. Example app uses cryptocurrency exchange market, Binance. This app will fetch market data via WebSocket and `ts-sliding-window` calculates both of Buy/Sell volume in last 20 seconds.\n### Example Application Install \u0026 Execution\n```\n$ cd example\n$ npm install\n$ node index.js\nBinance Exchange's websocket connected\n {\"sell\":\"1383.19499268\",\"buy\":\"844.17605107\"}, {\"takerSide\":\"sell\",\"price\":\"3656.34\",\"timestamp\":\"2019-02-09T07:27:37.130Z\"}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykon550%2Fts-sliding-window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fykon550%2Fts-sliding-window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fykon550%2Fts-sliding-window/lists"}