{"id":20832240,"url":"https://github.com/scbd/serverless-is-url","last_synced_at":"2026-04-27T02:32:04.202Z","repository":{"id":148913355,"uuid":"248795024","full_name":"scbd/serverless-is-url","owner":"scbd","description":"service to test for valid and live url","archived":false,"fork":false,"pushed_at":"2020-03-20T16:09:49.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-12T08:33:38.720Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scbd.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":"2020-03-20T15:54:09.000Z","updated_at":"2020-03-20T16:09:52.000Z","dependencies_parsed_at":"2023-07-25T06:30:24.431Z","dependency_job_id":null,"html_url":"https://github.com/scbd/serverless-is-url","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scbd/serverless-is-url","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fserverless-is-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fserverless-is-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fserverless-is-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fserverless-is-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scbd","download_url":"https://codeload.github.com/scbd/serverless-is-url/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fserverless-is-url/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32320263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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-18T00:10:54.137Z","updated_at":"2026-04-27T02:32:04.162Z","avatar_url":"https://github.com/scbd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n  \u003cp align=\"center\"\u003e\u003cimg width=\"52px\" height=\"65px\" src=\"https://www.cbd.int/styles/ui/templates/cbd2011/images/logo-cbd-leaf-line.gif\" alt=\"Secretariat of the Convention on Biological Diversity\"\u003e\u003cimg width=\"148x\" height=\"65px\" src=\"https://www.cbd.int/styles/ui/templates/cbd2011/images/logo-cbd-text-en.gif\" alt=\"Secretariat of the Convention on Biological Diversity\"\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eIS-URL Service\u003c/h1\u003e\n\u003cp\u003e test a url if valid and live returning true or false\u003c/p\u003e\n\n```js\nexport const testUri = async(url) =\u003e {\n  const service  = 'https://injo3jyxlb.execute-api.us-east-1.amazonaws.com/stg/test'\n  const headers  = { headers: { Authorization: `Bearer ${process.env.TOKEN}` } }\n  const body     = { url }\n\n  const { data } = await axios.post(service, body, headers)\n\n  return data // true || false\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fserverless-is-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscbd%2Fserverless-is-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fserverless-is-url/lists"}