{"id":27129262,"url":"https://github.com/about7sharks/getarticles","last_synced_at":"2026-05-07T03:40:02.725Z","repository":{"id":62422762,"uuid":"501048041","full_name":"About7Sharks/getarticles","owner":"About7Sharks","description":"A typescript library made with deno for getting markdown articles from a github repo.","archived":false,"fork":false,"pushed_at":"2022-06-15T21:56:16.000Z","size":1294,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T21:44:08.369Z","etag":null,"topics":["deno","javascript","library","markdown","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@about7sharks/get-articles","language":"TypeScript","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/About7Sharks.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":"2022-06-08T00:38:06.000Z","updated_at":"2022-06-15T21:56:20.000Z","dependencies_parsed_at":"2022-11-01T17:45:50.592Z","dependency_job_id":null,"html_url":"https://github.com/About7Sharks/getarticles","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/About7Sharks%2Fgetarticles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/About7Sharks%2Fgetarticles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/About7Sharks%2Fgetarticles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/About7Sharks%2Fgetarticles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/About7Sharks","download_url":"https://codeload.github.com/About7Sharks/getarticles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247716482,"owners_count":20984247,"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":["deno","javascript","library","markdown","typescript"],"created_at":"2025-04-07T19:31:26.495Z","updated_at":"2026-05-07T03:40:02.657Z","avatar_url":"https://github.com/About7Sharks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Blog API\n[API DOCS](https://deno.land/x/getarticles@deno.land)\nI highly recommend using deno to write libraries that can be used in the overall javascript ecosystem. By utilizing deno's built in tools and TypeScript, you can\neasily write libraries that can be used in the browser, node, and Deno.\n\n\u003e ⚠️ This package is written in Deno and transpiled with\n\u003e [dnt (Deno to Node Transform)](https://github.com/denoland/dnt). Highly\n\u003e unstable and subject to changes.\n\nThis Library fetches markdown articles by specifying a repo and a user to fetch\nit from.\n\n## Usage\n\n```js\nconst info = await getArticles({ user: \"about7sharks\", repo: \"Markdown\" });\n```\n## Installation\n\n### Deno\nIf using in deno you can use a url import directly.\n\n```js\nimport { getArticles } from \"https://esm.sh/@about7sharks/get-articles\";\n```\n### Node\nIf using in node you first need to install the package.\n```bash\nnpm i @about7sharks/get-articles\n```\n```js\nimport { getArticles } from \"@about7sharks/get-articles\";\n```\n\n## Build\n\nBuilds out for node/browser and publish to npm\n\n```bash\ndeno run -A _build.ts\ncd npm \nnpm publish --access public\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabout7sharks%2Fgetarticles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabout7sharks%2Fgetarticles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabout7sharks%2Fgetarticles/lists"}