{"id":16505315,"url":"https://github.com/veghdev/write-jsdelivrstat","last_synced_at":"2025-10-30T05:33:28.604Z","repository":{"id":40468636,"uuid":"488237618","full_name":"veghdev/write-jsdelivrstat","owner":"veghdev","description":"write-jsdelivrstat makes it easy to collect, filter and save jsdelivr statistics to csv files.","archived":false,"fork":false,"pushed_at":"2022-05-06T09:46:17.000Z","size":392,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T01:24:09.455Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veghdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2022-05-03T14:14:48.000Z","updated_at":"2022-05-04T16:10:28.000Z","dependencies_parsed_at":"2022-08-09T21:20:49.173Z","dependency_job_id":null,"html_url":"https://github.com/veghdev/write-jsdelivrstat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/veghdev/write-jsdelivrstat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-jsdelivrstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-jsdelivrstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-jsdelivrstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-jsdelivrstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veghdev","download_url":"https://codeload.github.com/veghdev/write-jsdelivrstat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-jsdelivrstat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281750674,"owners_count":26555303,"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-30T02:00:06.501Z","response_time":61,"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":[],"created_at":"2024-10-11T15:10:31.695Z","updated_at":"2025-10-30T05:33:28.582Z","avatar_url":"https://github.com/veghdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](https://badge.fury.io/js/write-jsdelivrstat.svg)](https://badge.fury.io/js/write-jsdelivrstat)\n[![CI](https://github.com/veghdev/write-jsdelivrstat/workflows/CI/badge.svg?branch=main)](https://github.com/veghdev/write-jsdelivrstat/actions/workflows/ci.yml)\n\n\n# About The Project\n\nwrite-jsdelivrstat makes it easy to collect, filter and save jsdelivr statistics to csv files.\n\n# Installation\n\nwrite-jsdelivrstat requires `enum`, `csv-writer`, `csv-parser` and `node-fetch` packages.\n\n```sh\nnpm install write-jsdelivrstat\n```\n\n# Usage\n\n```js\nconst WriteJsdelivrStat = require(\"write-jsdelivrstat\").default;\n\nconst targetPackage = \"npm-stat-api\";\nconst csvDir = \"stats/npm-stat-api\";\nconst writejsdelivrstat = new WriteJsdelivrStat(targetPackage, csvDir);\n\nwritejsdelivrstat.writeJsdelivrStat(\"2021\", \"2022-03\");\n\nwritejsdelivrstat.datePeriod = \"month\";\nwritejsdelivrstat.writeJsdelivrStat(\"2022-01\", \"2022-04-15\");\n```\n\nVisit our [documentation](https://veghdev.github.io/write-jsdelivrstat/) site for code reference or \nour [wiki](https://github.com/veghdev/write-jsdelivrstat/wiki/) site for a step-by-step tutorial into write-jsdelivrstat.\n\n# Contributing\n\nWe welcome contributions to the project, visit our [contributing](https://github.com/veghdev/write-jsdelivrstat/blob/main/CONTRIBUTING.md) guide for further info.\n\n# Contact\n\nJoin our [discussions](https://github.com/veghdev/write-jsdelivrstat/discussions) page if you have any questions or comments.\n\n# License\n\nCopyright © 2022.\n\nReleased under the [Apache 2.0 License](https://github.com/veghdev/write-jsdelivrstat/blob/main/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveghdev%2Fwrite-jsdelivrstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveghdev%2Fwrite-jsdelivrstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveghdev%2Fwrite-jsdelivrstat/lists"}