{"id":24556127,"url":"https://github.com/mattchewone/marvels-api","last_synced_at":"2025-10-10T20:35:48.654Z","repository":{"id":89431495,"uuid":"107903115","full_name":"Mattchewone/marvels-api","owner":"Mattchewone","description":"Demo Marvels API using FeathersJS","archived":false,"fork":false,"pushed_at":"2017-10-22T21:18:50.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T21:41:16.239Z","etag":null,"topics":["api","feathersjs","marvel-api"],"latest_commit_sha":null,"homepage":null,"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/Mattchewone.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-10-22T21:10:11.000Z","updated_at":"2017-10-23T10:30:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"34f5382d-9e25-4b4d-b239-b5b48a866a71","html_url":"https://github.com/Mattchewone/marvels-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mattchewone/marvels-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mattchewone%2Fmarvels-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mattchewone%2Fmarvels-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mattchewone%2Fmarvels-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mattchewone%2Fmarvels-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mattchewone","download_url":"https://codeload.github.com/Mattchewone/marvels-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mattchewone%2Fmarvels-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005272,"owners_count":26083863,"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-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["api","feathersjs","marvel-api"],"created_at":"2025-01-23T04:38:37.049Z","updated_at":"2025-10-10T20:35:48.617Z","avatar_url":"https://github.com/Mattchewone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marvels Movies Api\n\n\n## About\n\nThis project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.\n\nThis is a demo app to showcase using the `feathers-shallow-populate` hook, using marvels movies as the example data.\n\n```js\n// Populate actors\nshallowPopulate({\n  include: {\n    service: 'actors',\n    nameAs: 'actors',\n    keyHere: 'actorIds',\n    keyThere: 'actorId'\n  }\n}),\n// Map personID\nmapResultData('actors.personId', 'actors'),\n// Populate person from actor\nshallowPopulate({\n  include: {\n    service: 'persons',\n    nameAs: 'persons',\n    keyHere: 'actors',\n    keyThere: '_id'\n  }\n})\n```\n\n\n## Getting Started\n\nGetting up and running is as easy as 1, 2, 3.\n\n1. Make sure you have [NodeJS](https://nodejs.org/) and [npm](https://www.npmjs.com/) installed.\n2. Install your dependencies\n\n    ```\n    cd path/to/marvels-movies-api; npm install\n    ```\n\n3. Start your app\n\n    ```\n    npm start\n    ```\n\n\n## License\n\nCopyright (c) 2016\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattchewone%2Fmarvels-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattchewone%2Fmarvels-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattchewone%2Fmarvels-api/lists"}