{"id":32292559,"url":"https://github.com/rodsevich/similar_web","last_synced_at":"2026-02-22T18:02:07.797Z","repository":{"id":195541587,"uuid":"693153076","full_name":"Rodsevich/similar_web","owner":"Rodsevich","description":"An API consumer for \"Similar Web\" web statistics service. Use this if you want to know estimated data of web traffic of non-owned pages","archived":false,"fork":false,"pushed_at":"2023-12-26T18:33:26.000Z","size":56,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T03:33:33.254Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rodsevich.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-18T13:06:12.000Z","updated_at":"2024-11-11T08:51:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"e02bdcce-51a7-4d71-ae61-52db08f3c455","html_url":"https://github.com/Rodsevich/similar_web","commit_stats":null,"previous_names":["rodsevich/similar_web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rodsevich/similar_web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodsevich%2Fsimilar_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodsevich%2Fsimilar_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodsevich%2Fsimilar_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodsevich%2Fsimilar_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rodsevich","download_url":"https://codeload.github.com/Rodsevich/similar_web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodsevich%2Fsimilar_web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"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":[],"created_at":"2025-10-23T03:21:57.648Z","updated_at":"2026-02-22T18:02:07.776Z","avatar_url":"https://github.com/Rodsevich.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Similar Web\n\n[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]\n[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)\n[![License: MIT][license_badge]][license_link]\n\nAn API consumer for \"Similar Web\" web statistics service. Use this if you want to know estimated data for web traffic of non-owned pages\n\n## Installation 💻\n\n**❗ In order to start using Similar Web you must have the [Dart SDK][dart_install_link] installed on your machine.**\n\nInstall via `dart pub add`:\n\n```sh\ndart pub add similar_web\n```\n\n---\n\n## Continuous Integration 🤖\n\nSimilar Web comes with a built-in [GitHub Actions workflow][github_actions_link] powered by [Very Good Workflows][very_good_workflows_link] but you can also add your preferred CI/CD solution.\n\nOut of the box, on each pull request and push, the CI `formats`, `lints`, and `tests` the code. This ensures the code remains consistent and behaves correctly as you add functionality or make changes. The project uses [Very Good Analysis][very_good_analysis_link] for a strict set of analysis options used by our team. Code coverage is enforced using the [Very Good Workflows][very_good_coverage_link].\n\n---\n\n## Running Tests 🧪\n\nTo run all unit tests:\n\n```sh\ndart pub global activate coverage 1.2.0\ndart test --coverage=coverage\ndart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info\n```\n\nTo view the generated coverage report you can use [lcov](https://github.com/linux-test-project/lcov).\n\n```sh\n# Generate Coverage Report\ngenhtml coverage/lcov.info -o coverage/\n\n# Open Coverage Report\nopen coverage/index.html\n```\n\n[dart_install_link]: https://dart.dev/get-dart\n[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_link]: https://opensource.org/licenses/MIT\n[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only\n[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only\n[mason_link]: https://github.com/felangel/mason\n[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg\n[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis\n[very_good_coverage_link]: https://github.com/marketplace/actions/very-good-coverage\n[very_good_ventures_link]: https://verygood.ventures\n[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only\n[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only\n[very_good_workflows_link]: https://github.com/VeryGoodOpenSource/very_good_workflows\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodsevich%2Fsimilar_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodsevich%2Fsimilar_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodsevich%2Fsimilar_web/lists"}