{"id":28026873,"url":"https://github.com/sirleyalmeida/extratctlinksmd","last_synced_at":"2026-05-08T01:41:15.539Z","repository":{"id":34865007,"uuid":"185247450","full_name":"sirleyalmeida/extratctLinksMd","owner":"sirleyalmeida","description":"Projeto Extract Links Markdown, na Laboratoria \u003e\u003e","archived":false,"fork":false,"pushed_at":"2022-12-30T17:36:30.000Z","size":265,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T23:39:09.070Z","etag":null,"topics":["eslint","library","node-js","node-module","nyc","tdd-javascript","test"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/extratctlinksfrom-md","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sirleyalmeida.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-06T18:08:39.000Z","updated_at":"2019-07-19T13:59:28.000Z","dependencies_parsed_at":"2023-01-15T09:40:44.701Z","dependency_job_id":null,"html_url":"https://github.com/sirleyalmeida/extratctLinksMd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirleyalmeida%2FextratctLinksMd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirleyalmeida%2FextratctLinksMd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirleyalmeida%2FextratctLinksMd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sirleyalmeida%2FextratctLinksMd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sirleyalmeida","download_url":"https://codeload.github.com/sirleyalmeida/extratctLinksMd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253524951,"owners_count":21922001,"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","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":["eslint","library","node-js","node-module","nyc","tdd-javascript","test"],"created_at":"2025-05-11T06:22:26.958Z","updated_at":"2026-05-08T01:41:15.495Z","avatar_url":"https://github.com/sirleyalmeida.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# extratctLinksMd\n\n Esta aplicação destina-se à extração de todos os links encontrados em uma entrada de string.\n\n## Como instalar:\n\n```\n$  npm install extratctlinksfrom-md\n```\n\n## Como utilizar:\n\n* Formato de entrada da função: string.\n\nExemplo:\n\n```node\nconst getLinksFromMd = require('extratctlinksfrom-md');\nconst str = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor  incididunt ut [labore](https://en.wiktionary.org/wiki/labore) et [dolore](https://en.wiktionary.org/wiki/dolore) magna aliqua.';\ngetLinksFromMd(str);\n\n// [\n//   { href: 'https://en.wiktionary.org/wiki/labore', text: 'labore' },\n//   { href: 'https://en.wiktionary.org/wiki/dolore', text: 'dolore' },\n//   { href: 'http://foo.com', text: 'foo' },\n// ]\n```\n\n## Roadmap oficial do projeto*\n\n### Versão 3.0.0\n\n* README translated to english.\n\n### Versão 2.0.0\n\n* Correção de bugs.\n\n### Versão 1.0.0\n\n* Funcionalidades: extração de links;\n* Entrada de Strings.\n\n## Keywords\n\nget link, markdown. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirleyalmeida%2Fextratctlinksmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirleyalmeida%2Fextratctlinksmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirleyalmeida%2Fextratctlinksmd/lists"}