{"id":22128878,"url":"https://github.com/shysolocup/fetchfile","last_synced_at":"2026-04-16T19:08:39.633Z","repository":{"id":217709468,"uuid":"744623391","full_name":"shysolocup/fetchfile","owner":"shysolocup","description":"JavaScript package letting you more easily fetch files from a github repo","archived":false,"fork":false,"pushed_at":"2024-01-17T17:37:19.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T14:17:07.918Z","etag":null,"topics":["file","files","git","github","javascript","js","node-js","package","repository"],"latest_commit_sha":null,"homepage":"","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/shysolocup.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}},"created_at":"2024-01-17T17:17:04.000Z","updated_at":"2024-01-17T17:22:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c04e804-3898-4a2c-a355-6f796f297f5b","html_url":"https://github.com/shysolocup/fetchfile","commit_stats":null,"previous_names":["paishee/fetchfile","shysolocup/fetchfile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffetchfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffetchfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffetchfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Ffetchfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shysolocup","download_url":"https://codeload.github.com/shysolocup/fetchfile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240594,"owners_count":20583099,"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":["file","files","git","github","javascript","js","node-js","package","repository"],"created_at":"2024-12-01T17:48:32.160Z","updated_at":"2026-04-16T19:08:39.592Z","avatar_url":"https://github.com/shysolocup.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fetchfile\nJavaScript package letting you more easily fetch files from a github repo\u003cbr\u003e\ndoes most of the work for you instead of having to go through a bunch of json data to find things\n\n- easy to use\n- open source\n\n\u003cbr\u003e\n\n```console\nnpm i fetchfile\n```\n```console\nnpm i paishee/fetchfile\n```\n\n\u003cbr\u003e\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003eJS\u003c/td\u003e\u003ctd\u003eOutput\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n  \n```js\nconst fetchfile = require('fetchfile');\n\nfetchfile(\"https://github.com/paishee/aepl/blob/main/src/functions/AeplAddFunction.js\")\n  .then( (file) =\u003e {\n    console.log(file)\n  });\n```\n\n\u003c/td\u003e\n\n\u003ctd\u003e\n\n```js\nFetchedFile {\n    name: 'AeplAddFunction.js',\n    url: 'https://github.com/paishee/aepl/blob/main/src/functions/AeplAddFunction.js',\n    type: 'JavaScript',\n    code: '...',\n    lines: [...],\n    path: 'src/functions/AeplAddFunction.js',\n    tree: {\n      'src/functions': { items: [...], totalCount: 14 },\n      src: { items: [...], totalCount: 4 },\n      '': { items: [...], totalCount: 5 }\n    },\n    repo: {...},\n    payload: {...},\n    blob: {...},\n    data: {...}\n}\n```\n  \n\u003c/td\u003e\n\n\u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshysolocup%2Ffetchfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshysolocup%2Ffetchfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshysolocup%2Ffetchfile/lists"}