{"id":15084264,"url":"https://github.com/shevernitskiy/post-tracking","last_synced_at":"2026-04-01T20:29:15.827Z","repository":{"id":248506929,"uuid":"828921127","full_name":"shevernitskiy/post-tracking","owner":"shevernitskiy","description":"📦RussianPost tracking API client","archived":false,"fork":false,"pushed_at":"2024-07-15T16:20:05.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T21:55:41.138Z","etag":null,"topics":["api","client","deno","javascript","js","node","nodejs","pochta","post","russianpost","tracking","ts","typescript"],"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/shevernitskiy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-15T11:52:01.000Z","updated_at":"2024-07-26T11:54:07.000Z","dependencies_parsed_at":"2024-07-15T12:15:20.236Z","dependency_job_id":"6b7dd390-f220-4ded-bc91-991124a0c985","html_url":"https://github.com/shevernitskiy/post-tracking","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.375,"last_synced_commit":"65dfc72a19c7a0b451201d590a758e3437d07e61"},"previous_names":["shevernitskiy/post-tracking"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shevernitskiy/post-tracking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevernitskiy%2Fpost-tracking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevernitskiy%2Fpost-tracking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevernitskiy%2Fpost-tracking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevernitskiy%2Fpost-tracking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shevernitskiy","download_url":"https://codeload.github.com/shevernitskiy/post-tracking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shevernitskiy%2Fpost-tracking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31291637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["api","client","deno","javascript","js","node","nodejs","pochta","post","russianpost","tracking","ts","typescript"],"created_at":"2024-09-25T07:00:38.287Z","updated_at":"2026-04-01T20:29:15.797Z","avatar_url":"https://github.com/shevernitskiy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦RussianPost tracking API client\n\n[![npm](https://img.shields.io/npm/v/@shevernitskiy/post-tracking?logo=npm\u0026style=flat\u0026labelColor=000)](https://www.npmjs.com/package/@shevernitskiy/post-tracking)\n[![JSR](https://jsr.io/badges/@shevernitskiy/post-tracking)](https://jsr.io/@shevernitskiy/post-tracking)\n![dependencies](https://img.shields.io/badge/dependencies-0-green?style=flat\u0026labelColor=000)\n[![license](https://img.shields.io/github/license/shevernitskiy/amo?style=flat\u0026labelColor=000)](https://github.com/shevernitskiy/post-tracking/blob/main/LICENSE)\n\nThis is super simple API client for RussianPost Traking API.\nIt just fetch the tracking history from the API.\n\n# Installation\n\n## Node.js\n\n```sh\nnpm i @shevernitskiy/post-tracking\n```\n\n```sh\nnpx jsr add @shevernitskiy/post-tracking\n```\n\n## Deno\n\n```sh\ndeno add @shevernitskiy/post-tracking\n```\n\n# Usage\n\nCreate an instance and call method `tracking`. That's it.\n\n```ts\nconst client = new PostTracking(\"your_login\", \"your_password\");\nconst history = await client.tracking(1116949696969);\nconsole.log(history);\n```\n\nYou can pass `options` object as a third argument.\n\n```ts\nconst client = new PostTracking(\"your_login\", \"your_password\", { language: \"ENG\" });\n```\n\nAs as result you will get the history:\n\n```js\n{\n  history: [\n    {\n      index: 111024,\n      place: \"Москва 24\",\n      operation_type: \"Прием\",\n      operation_desc: \"Единичный\",\n      datetime: 2024-07-10T10:31:41.000Z\n    },\n    {\n      index: 111024,\n      place: \"Москва 24\",\n      operation_type: \"Обработка\",\n      operation_desc: \"Покинуло место приёма\",\n      datetime: 2024-07-10T13:08:20.000Z\n    },\n    {\n      index: 111974,\n      place: \"Москва МСП-3 Цех-4 МПКО-Восток\",\n      operation_type: \"Обработка\",\n      operation_desc: \"Прибыло в сортировочный центр\",\n      datetime: 2024-07-10T14:18:07.001Z\n    },\n    {\n      index: 111974,\n      place: \"Москва МСП-3 Цех-4 МПКО-Восток\",\n      operation_type: \"Обработка\",\n      operation_desc: \"Сортировка\",\n      datetime: 2024-07-10T14:32:54.000Z\n    }\n  ],\n  last_operation: \"Обработка\",\n  duration: 434992\n}\n```\n\n# Contribution\n\nPull request, issues and feedback are very welcome. Code style is formatted with deno fmt.\n\n# License\n\nCopyright 2024, shevernitskiy. MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshevernitskiy%2Fpost-tracking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshevernitskiy%2Fpost-tracking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshevernitskiy%2Fpost-tracking/lists"}