{"id":19724764,"url":"https://github.com/bigchaindb/github-projects","last_synced_at":"2025-07-22T16:08:42.709Z","repository":{"id":20706063,"uuid":"90680582","full_name":"bigchaindb/github-projects","owner":"bigchaindb","description":"🤖 Microservice to cache and expose our GitHub projects. Beep boop.","archived":false,"fork":false,"pushed_at":"2022-12-11T08:04:28.000Z","size":280,"stargazers_count":7,"open_issues_count":11,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-29T23:34:40.223Z","etag":null,"topics":["json","microservice","nodejs"],"latest_commit_sha":null,"homepage":"https://www.bigchaindb.com","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/bigchaindb.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-08T23:13:08.000Z","updated_at":"2023-04-11T15:20:31.000Z","dependencies_parsed_at":"2023-01-11T21:38:31.523Z","dependency_job_id":null,"html_url":"https://github.com/bigchaindb/github-projects","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bigchaindb/github-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fgithub-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fgithub-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fgithub-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fgithub-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigchaindb","download_url":"https://codeload.github.com/bigchaindb/github-projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigchaindb%2Fgithub-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266525279,"owners_count":23942917,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["json","microservice","nodejs"],"created_at":"2024-11-11T23:26:58.258Z","updated_at":"2025-07-22T16:08:37.622Z","avatar_url":"https://github.com/bigchaindb.png","language":"JavaScript","readme":"# [![github-projects](media/repo-banner@2x.png)](https://www.bigchaindb.com)\n\n\u003e Microservice to cache and expose GitHub projects for use throughout [www.bigchaindb.com](https://www.bigchaindb.com).\n\n[![Build Status](https://travis-ci.org/bigchaindb/github-projects.svg?branch=master)](https://travis-ci.org/bigchaindb/github-projects)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)\n[![Greenkeeper badge](https://badges.greenkeeper.io/bigchaindb/github-projects.svg)](https://greenkeeper.io/)\n\u003cimg src=\"http://forthebadge.com/images/badges/powered-by-electricity.svg\" height=\"20\"/\u003e\n\u003cimg src=\"http://forthebadge.com/images/badges/as-seen-on-tv.svg\" height=\"20\"/\u003e\n\u003cimg src=\"http://forthebadge.com/images/badges/uses-badges.svg\" height=\"20\"/\u003e\n\n## API\n\nEndpoint: [`https://bigchaindb-github.now.sh`](https://bigchaindb-github.now.sh)\n\n### GET /\n\n**200**: Returns a list of all public projects as follows\n\n```json\n[\n  {\n    \"name\": \"project-name\",\n    \"description\": \"The description\",\n    \"stars\": 3040,\n    \"forks\": 293,\n    \"is_fork\": false,\n    \"release\": \"v0.10.0\",\n    \"release_url\": \"https://github.com/bigchaindb/bigchaindb/releases/tag/v0.10.0\",\n    \"url\": \"https://github.com/bigchaindb/project\",\n    \"topics\": [\n      \"bigchaindb\",\n      \"bigchaindb-driver\",\n      \"python\"\n    ]\n  }\n]\n```\n\n## Development\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nAnd run the server:\n\n```bash\nnpm start\n```\n\n## Test\n\nRun the tests:\n\n```bash\nnpm test\n```\n\n## Deployment\n\nEvery branch is automatically deployed to [Vercel](https://vercel.com) with their GitHub integration. A link to a deployment will appear under each Pull Request.\n\nThe latest deployment of the `master` branch is automatically aliased to `bigchaindb-github.now.sh`, configured as `alias` in [`vercel.json`](vercel.json).\n\n### Manual Deployment\n\nIf needed, app can be deployed manually. Make sure to switch to Ocean Protocol org before deploying:\n\n```bash\n# first run\nnow login\nnow switch\n\n# deploy\nnow\n# switch alias to new deployment\nnow alias\n```\n\n## Authors\n\n- Matthias Kretschmann ([@kremalicious](https://github.com/kremalicious)) - [BigchainDB](https://www.bigchaindb.com)\n\nBlatantly ~~copied from~~ inspired by [zeit/github-projects](https://github.com/zeit/github-projects)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigchaindb%2Fgithub-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigchaindb%2Fgithub-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigchaindb%2Fgithub-projects/lists"}