{"id":13602733,"url":"https://github.com/eggjs/examples","last_synced_at":"2025-04-12T18:37:55.135Z","repository":{"id":48046412,"uuid":"78320904","full_name":"eggjs/examples","owner":"eggjs","description":"Store all egg examples in one place","archived":false,"fork":false,"pushed_at":"2025-03-14T01:28:49.000Z","size":586,"stargazers_count":1781,"open_issues_count":10,"forks_count":737,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-04-05T17:00:45.318Z","etag":null,"topics":["egg","example","showcase"],"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/eggjs.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,"publiccode":null,"codemeta":null}},"created_at":"2017-01-08T04:18:58.000Z","updated_at":"2025-03-26T03:17:56.000Z","dependencies_parsed_at":"2023-02-04T06:32:09.417Z","dependency_job_id":"83d9e6a0-f23d-484e-954b-d53b74069b2e","html_url":"https://github.com/eggjs/examples","commit_stats":{"total_commits":106,"total_committers":35,"mean_commits":"3.0285714285714285","dds":0.8207547169811321,"last_synced_commit":"5ea83ef36dede99ae057adfb6972c5086d8d2e4c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fexamples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fexamples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fexamples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggjs%2Fexamples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggjs","download_url":"https://codeload.github.com/eggjs/examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248615847,"owners_count":21133959,"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":["egg","example","showcase"],"created_at":"2024-08-01T18:01:36.071Z","updated_at":"2025-04-12T18:37:55.103Z","avatar_url":"https://github.com/eggjs.png","language":"JavaScript","readme":"# Examples for [egg](https://github.com/eggjs/egg)\n\n---\n\n[![build status][travis-image]][travis-url]\n[![node version][node-image]][node-url]\n[![egg version][egg-image]][egg-url]\n\n[travis-image]: https://img.shields.io/travis/eggjs/examples.svg?style=flat-square\n[travis-url]: https://travis-ci.org/eggjs/examples\n[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg?style=flat-square\n[node-url]: http://nodejs.org/download/\n[egg-image]: https://img.shields.io/badge/egg-%3E=_1-green.svg?style=flat-square\n[egg-url]: https://github.com/eggjs/egg\n\n## Usage\n\nFind the example, then run command below. For example, run the [hackernews-datahub](https://github.com/eggjs/examples/tree/master/hackernews-datahub) example:\n\n```bash\n$ cd hackernews-datahub\n$ npm install\n$ npm run dev\n```\n\n**Recommend to use Node \u003e= 8**\n\n## List of examples\n\n- [cnode-api](https://github.com/eggjs/examples/tree/master/cnode-api)\n- [cookie-session](https://github.com/eggjs/examples/tree/master/cookie-session)\n- [cookie](https://github.com/eggjs/examples/tree/master/cookie)\n- [custom-env](https://github.com/eggjs/examples/tree/master/custom-env)\n- [download](https://github.com/eggjs/examples/tree/master/download)\n- [framework](https://github.com/eggjs/examples/tree/master/framework)\n- [hackernews-async-ts](https://github.com/eggjs/examples/tree/master/hackernews-async-ts)\n- [hackernews](https://github.com/eggjs/examples/tree/master/hackernews)\n- [hackernews-datahub](https://github.com/eggjs/examples/tree/master/hackernews-datahub)\n- [helloworld](https://github.com/eggjs/examples/tree/master/helloworld)\n- [httpclient](https://github.com/eggjs/examples/tree/master/httpclient)\n- [ipc](https://github.com/eggjs/examples/tree/master/ipc)\n- [middleware](https://github.com/eggjs/examples/tree/master/middleware)\n- [multipart](https://github.com/eggjs/examples/tree/master/multipart)\n- [passport](https://github.com/eggjs/examples/tree/master/passport)\n- [progressive](https://github.com/eggjs/examples/tree/master/progressive)\n- [redefine-controller](https://github.com/eggjs/examples/tree/master/redefine-controller)\n- [schedule](https://github.com/eggjs/examples/tree/master/schedule)\n- [sequelize-example](https://github.com/eggjs/examples/tree/master/sequelize)\n- [static](https://github.com/eggjs/examples/tree/master/static)\n- [unittest](https://github.com/eggjs/examples/tree/master/unittest)\n- [view-nunjucks](https://github.com/eggjs/examples/tree/master/view-nunjucks)\n\n## Development\n\n### Run test\n\n```bash\n$ npm test\n```\n\nYou can use `--verbose` to show more infomation\n\n```bash\n$ npm test -- --verbose\n```\n\n### Generate dependencies\n\n```bash\n$ npm run autod\n```\n\n### Show list of examples\n\n```bash\n$ npm run list\n```\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggjs%2Fexamples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggjs%2Fexamples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggjs%2Fexamples/lists"}