{"id":21883802,"url":"https://github.com/vovanr/services-json","last_synced_at":"2026-04-15T06:34:50.696Z","repository":{"id":42682643,"uuid":"189545366","full_name":"VovanR/services-json","owner":"VovanR","description":"My list of services [UNDER CONSTRUCTION]","archived":false,"fork":false,"pushed_at":"2024-08-01T20:43:04.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T01:26:05.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vovanr.github.io/services-json/dist/services.json","language":"JavaScript","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/VovanR.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":"2019-05-31T07:06:38.000Z","updated_at":"2024-08-01T20:43:08.000Z","dependencies_parsed_at":"2024-05-20T07:29:13.933Z","dependency_job_id":"fbc7a78e-ae79-473e-8c91-8dded28750a3","html_url":"https://github.com/VovanR/services-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VovanR/services-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VovanR%2Fservices-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VovanR%2Fservices-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VovanR%2Fservices-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VovanR%2Fservices-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VovanR","download_url":"https://codeload.github.com/VovanR/services-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VovanR%2Fservices-json/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31830149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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-11-28T09:46:53.241Z","updated_at":"2026-04-15T06:34:50.677Z","avatar_url":"https://github.com/VovanR.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# services-json\n\n\u003e My services list\n\n## Usage\n\n```js\nconst SERVICES_JSON_URL = \"https://vovanr.github.io/services-json/dist/services.json\";\n\nfunction fetchServicesJSON() {\n  return fetch(SERVICES_JSON_URL).then(resp =\u003e resp.json());\n}\n\nfetchServicesJSON()\n  .then(console.log)\n  //=\u003e [{id: '', name: '', desc: '', ...}, ...]\n```\n\n## Schema\n\n```json\n[\n  {\n    \"id\": \"string-cases\",\n    \"name\": \"String Cases\",\n    \"desc\": \"Convert variable name to various cases\",\n    \"href\": \"https://vovanr.github.io/string-cases\",\n    \"source\": \"https://github.com/VovanR/string-cases\",\n    \"date\": \"2019-04-01\",\n    \"icon\": \"/logo.svg\",\n    \"tags\": [\n      \"converter\",\n      \"development\",\n      \"text\"\n    ]\n  },\n  {\n    \"id\": \"ruler\",\n    \"name\": \"Ruler\",\n    \"desc\": \"Portable screen ruler\",\n    \"href\": \"https://vovanr.github.io/ruler\",\n    \"source\": \"https://github.com/VovanR/ruler\",\n    \"date\": \"2018-07-25\",\n    \"icon\": \"/logo.svg\",\n    \"tags\": [],\n    \"disabled\": true\n  }\n]\n```\n\n## Build\n\n```shell\nnpm run build\n```\n\n## License\nMIT © [Vladimir Rodkin](https://github.com/VovanR)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovanr%2Fservices-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvovanr%2Fservices-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovanr%2Fservices-json/lists"}