{"id":25639255,"url":"https://github.com/igorhalfeld/azure-functions-bridge","last_synced_at":"2025-07-23T10:01:54.395Z","repository":{"id":55353780,"uuid":"192998298","full_name":"IgorHalfeld/azure-functions-bridge","owner":"IgorHalfeld","description":"A bridge to Nuxt-based apps works in Azure Functions.","archived":false,"fork":false,"pushed_at":"2022-12-10T19:46:08.000Z","size":31,"stargazers_count":10,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T01:12:15.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IgorHalfeld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-20T23:16:04.000Z","updated_at":"2023-08-18T11:04:40.000Z","dependencies_parsed_at":"2023-01-26T08:16:30.072Z","dependency_job_id":null,"html_url":"https://github.com/IgorHalfeld/azure-functions-bridge","commit_stats":null,"previous_names":["noalvo/azure-functions-bridge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorHalfeld%2Fazure-functions-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorHalfeld%2Fazure-functions-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorHalfeld%2Fazure-functions-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IgorHalfeld%2Fazure-functions-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IgorHalfeld","download_url":"https://codeload.github.com/IgorHalfeld/azure-functions-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986317,"owners_count":21194025,"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":[],"created_at":"2025-02-23T03:29:16.330Z","updated_at":"2025-04-15T01:12:26.963Z","avatar_url":"https://github.com/IgorHalfeld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## \u003c⚡\u003e Azure Functions Bridge\n\nA bridge to [Nuxt](https://nuxtjs.org/)-based apps works in Azure Functions.\n\n\u003e ⚠️ this is a beta version\n\n- 🚀 Blazing fast\n- 🦄 Built for fast prototype\n- 🔥 Express behind the scenes\n\n## How to install\n\n```sh\nnpm install azure-functions-bridge\n# or with yarn\nyarn add azure-functions-bridge\n```\n\n## Usage\n\n_your-function-file.js_\n```javascript\nconst { Nuxt } = require('nuxt');\nconst Bridge = require('azure-functions-bridge');\n\nconst config = require('./nuxt.config');\nconst nuxt = new Nuxt(config);\n\nconst bridge = new Bridge({\n  nuxt,\n  root: '/', // Root url\n  fnName: 'NuxtApp', // Function name\n});\n\nmodule.exports = async function (context) {\n  const response = await bridge.launcher(context);\n  context.res = response;\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorhalfeld%2Fazure-functions-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorhalfeld%2Fazure-functions-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorhalfeld%2Fazure-functions-bridge/lists"}