{"id":29189357,"url":"https://github.com/coderaiser/node-hippa","last_synced_at":"2026-04-29T06:36:40.070Z","repository":{"id":24001724,"uuid":"27385514","full_name":"coderaiser/node-hippa","owner":"coderaiser","description":"Read file or directory contents from github repo","archived":false,"fork":false,"pushed_at":"2018-02-09T09:58:12.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-22T18:38:01.439Z","etag":null,"topics":["file","github","read","repo"],"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/coderaiser.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-01T15:27:27.000Z","updated_at":"2018-11-01T10:44:46.000Z","dependencies_parsed_at":"2022-07-07T20:30:34.077Z","dependency_job_id":null,"html_url":"https://github.com/coderaiser/node-hippa","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/coderaiser/node-hippa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fnode-hippa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fnode-hippa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fnode-hippa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fnode-hippa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/node-hippa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fnode-hippa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262579252,"owners_count":23331794,"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","github","read","repo"],"created_at":"2025-07-01T23:07:18.348Z","updated_at":"2026-04-29T06:36:35.029Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hippa [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]\n\n[NPMIMGURL]:                https://img.shields.io/npm/v/hippa.svg?style=flat\n[BuildStatusIMGURL]:        https://img.shields.io/travis/coderaiser/hippa/master.svg?style=flat\n[DependencyStatusIMGURL]:   https://img.shields.io/gemnasium/coderaiser/hippa.svg?style=flat\n[LicenseIMGURL]:            https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\n[NPMURL]:                   https://npmjs.org/package/hippa \"npm\"\n[BuildStatusURL]:           https://travis-ci.org/coderaiser/hippa  \"Build Status\"\n[DependencyStatusURL]:      https://gemnasium.com/coderaiser/hippa \"Dependency Status\"\n[LicenseURL]:               https://tldrlegal.com/license/mit-license \"MIT License\"\n\n[CoverageURL]:              https://coveralls.io/github/coderaiser/readify?branch=master\n[CoverageIMGURL]:           https://coveralls.io/repos/coderaiser/readify/badge.svg?branch=master\u0026service=github\n\nRead file or directory contents from github repo with help of node.\n\n## Install\n\n```\nnpm i hippa -g\n```\n## How to use?\n\n### Global\n\n```\n$ hippa\nUsage: hippa [owner/repo/path]\n\n$ hippa coderaiser/node-hippa/README.md\n```\n\n### Local\n\n```\nnpm i hippa --save\n```\n\n## Example\n\n```js\nconst hippa = require('hippa');\nconst path = 'coderaiser/node-hippa/package.json';\n\nhippa(path, (error, data) =\u003e {\n    if (error)\n        return console.error(error.message);\n    \n    console.log(data);\n});\n```\n\n## License\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fnode-hippa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Fnode-hippa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fnode-hippa/lists"}