{"id":15515908,"url":"https://github.com/bfirsh/funker-node","last_synced_at":"2025-04-23T03:27:07.824Z","repository":{"id":57243130,"uuid":"74775861","full_name":"bfirsh/funker-node","owner":"bfirsh","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-31T14:23:41.000Z","size":18,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T13:04:56.497Z","etag":null,"topics":["docker","funker","javascript","serverless"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfirsh.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":"2016-11-25T17:08:52.000Z","updated_at":"2017-03-10T07:10:09.000Z","dependencies_parsed_at":"2022-09-15T09:10:17.695Z","dependency_job_id":null,"html_url":"https://github.com/bfirsh/funker-node","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Ffunker-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Ffunker-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Ffunker-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Ffunker-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfirsh","download_url":"https://codeload.github.com/bfirsh/funker-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250363007,"owners_count":21418184,"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":["docker","funker","javascript","serverless"],"created_at":"2024-10-02T10:04:50.965Z","updated_at":"2025-04-23T03:27:07.799Z","avatar_url":"https://github.com/bfirsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Funker for Node.js\n\nA Node.js implementation of [Funker](https://github.com/bfirsh/funker).\n\n## Installation\n\n    $ npm install --save funker\n\n## Usage\n\nDefining functions:\n\n```javascript\nvar funker = require('funker');\n\nfunker.handle(function(args, callback) {\n  callback(args.x + args.y);\n});\n```\n\nCalling functions:\n\n```javascript\nvar funker = require('funker');\nfunker.call(\"add\", {x: 1, y: 2}, function(err, result) {\n  console.log(result);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfirsh%2Ffunker-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfirsh%2Ffunker-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfirsh%2Ffunker-node/lists"}