{"id":17382222,"url":"https://github.com/coderofsalvation/node-red-contrib-coffeescript","last_synced_at":"2025-04-06T14:22:04.530Z","repository":{"id":57311544,"uuid":"24319189","full_name":"coderofsalvation/node-red-contrib-coffeescript","owner":"coderofsalvation","description":"coffeescript node for node-red","archived":false,"fork":false,"pushed_at":"2020-05-28T19:19:35.000Z","size":7,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T21:05:51.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderofsalvation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://gumroad.com/l/hGYGh"}},"created_at":"2014-09-22T07:46:52.000Z","updated_at":"2023-08-04T20:10:09.000Z","dependencies_parsed_at":"2022-09-10T22:10:42.130Z","dependency_job_id":null,"html_url":"https://github.com/coderofsalvation/node-red-contrib-coffeescript","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/coderofsalvation%2Fnode-red-contrib-coffeescript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fnode-red-contrib-coffeescript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fnode-red-contrib-coffeescript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderofsalvation%2Fnode-red-contrib-coffeescript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderofsalvation","download_url":"https://codeload.github.com/coderofsalvation/node-red-contrib-coffeescript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492769,"owners_count":20947585,"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":"2024-10-16T07:35:52.979Z","updated_at":"2025-04-06T14:22:04.499Z","avatar_url":"https://github.com/coderofsalvation.png","language":"HTML","funding_links":["https://gumroad.com/l/hGYGh"],"categories":[],"sub_categories":[],"readme":"node-red-node-coffee\n====================\n\nThis is a similar node to the 'function'-node, which allows custom javascript to be executed (in a sandbox).\nThis node will allow the enduser to use beautifull compact (sandboxed) coffeescript.\n\n# Installation\n\nRun: \n\n    npm install node-red-contrib-coffeescript\n\n# Example\n\n    mongo = @context.global.mongo\n    msg.succes = false\n\n    if msg.payload.length \n      mongo.getItems (err,items) -\u003e\n        msg.succes = true\n        cb(msg)\n    else return msg\n\nDid you notice the support for *both* synchronous and asynchronous flows?\n\n# Extra notes\n\nI love Node-red!\n\n# Author\n\nLeon van Kammen, http://coderofsalvation.github.io / http://github.com/coderofsalvation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fnode-red-contrib-coffeescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderofsalvation%2Fnode-red-contrib-coffeescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderofsalvation%2Fnode-red-contrib-coffeescript/lists"}