{"id":19490435,"url":"https://github.com/mostlyjs/mostly-feathers-rest","last_synced_at":"2025-04-25T19:31:56.250Z","repository":{"id":52101789,"uuid":"89939627","full_name":"MostlyJS/mostly-feathers-rest","owner":"MostlyJS","description":"Expose your Feathers microservice as a RESTful API","archived":false,"fork":false,"pushed_at":"2021-05-07T13:04:25.000Z","size":191,"stargazers_count":12,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-06T15:10:06.296Z","etag":null,"topics":["feathers","microservices","rest-api"],"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/MostlyJS.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}},"created_at":"2017-05-01T16:11:37.000Z","updated_at":"2022-08-07T13:33:15.000Z","dependencies_parsed_at":"2022-09-04T18:22:27.295Z","dependency_job_id":null,"html_url":"https://github.com/MostlyJS/mostly-feathers-rest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostlyJS%2Fmostly-feathers-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostlyJS%2Fmostly-feathers-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostlyJS%2Fmostly-feathers-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostlyJS%2Fmostly-feathers-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MostlyJS","download_url":"https://codeload.github.com/MostlyJS/mostly-feathers-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224014256,"owners_count":17241281,"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":["feathers","microservices","rest-api"],"created_at":"2024-11-10T21:13:00.872Z","updated_at":"2024-11-10T21:13:02.057Z","avatar_url":"https://github.com/MostlyJS.png","language":"JavaScript","readme":"MostlyJS Feathers Handler\n=========================\n\n[![Build Status](https://travis-ci.org/mostlyjs/mostly-feathers-rest.svg)](https://travis-ci.org/mostlyjs/mostly-feathers-rest)\n\nThis module provides an express middleware as a RESTful gateway to call microservice writing with [mostly-feathers](https://github.com/MostlyJS/mostly-feathers).\n\n# Documentation\n\nPlease see the [documentation site](https://mostlyjs.github.io).\n\n# Usage\n\n## Installation\n\n```bash\nnpm install mostly-feathers-rest\n```\n\n## Quick Example\n\n```javascript\nconst express = require('express');\nconst bodyParser = require('body-parser');\nconst nats = require('nats');\nconst mostly = require('mostly-node');\nconst feathers = require('mostly-feathers-rest');\n\nconst trans = new mostly(nats.connect()\nconst app = express()\n  .use(bodyParser.json())\n  .use(bodyParser.urlencoded({ extended: true }));\n\ntrans.ready(() =\u003e {\n  app.use(feathers(app, trans, '/api'));\n  app.listen(process.env.PORT || 3001);\n});\n```\n\n# License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlyjs%2Fmostly-feathers-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostlyjs%2Fmostly-feathers-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlyjs%2Fmostly-feathers-rest/lists"}