{"id":29955033,"url":"https://github.com/foca/node-marshmallow","last_synced_at":"2025-08-03T17:09:30.937Z","repository":{"id":66265671,"uuid":"822260","full_name":"foca/node-marshmallow","owner":"foca","description":"A campfire bot in node.js","archived":false,"fork":false,"pushed_at":"2011-12-21T17:22:28.000Z","size":101,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-10T10:20:01.123Z","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/foca.png","metadata":{"files":{"readme":"README","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":"2010-08-06T21:29:25.000Z","updated_at":"2022-10-04T09:53:08.000Z","dependencies_parsed_at":"2023-02-20T01:15:47.347Z","dependency_job_id":null,"html_url":"https://github.com/foca/node-marshmallow","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/foca/node-marshmallow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foca%2Fnode-marshmallow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foca%2Fnode-marshmallow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foca%2Fnode-marshmallow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foca%2Fnode-marshmallow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foca","download_url":"https://codeload.github.com/foca/node-marshmallow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foca%2Fnode-marshmallow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268578914,"owners_count":24273089,"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-08-03T02:00:12.545Z","response_time":2577,"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":[],"created_at":"2025-08-03T17:09:18.436Z","updated_at":"2025-08-03T17:09:30.930Z","avatar_url":"https://github.com/foca.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Marshmallow\n-----------\n\nA small campfire bot-builder made with node.js\n\n    var marshmallow = require(\"marshmallow\").marshmallow;\n\n    var config = {\n      token:   process.env[\"CAMPFIRE_TOKEN\"],\n      account: process.env[\"CAMPFIRE_ACCOUNT\"],\n      ssl:     process.env[\"CAMPFIRE_SSL\"] == \"true\",\n      room_id: process.env[\"CAMPFIRE_ROOM\"]\n    };\n\n    var GitHub = \"http://github.com/secret/awesomeness\";\n\n    marshmallow(config, function(bot) {\n      bot.on(\"!review (\\S+)\", function(branch) {\n        this.speak([GitHub, \"compare\", branch].join(\"/\"));\n      });\n    });\n\nThis will listen to all messages on the specified campfire room, and whenever a\nmessage matches one of the defined regular expressions, the corresponding\ncallback will be invoked, passing any captures from the regular expression as\narguments.\n\nThis is an example conversation from our campfire room:\n\n    Developer A: guys, when you have some time, please !review my_feature_branch\n    Mr Robot: http://github.com/secret/awesomeness/compare/my_feature_branch\n    Developer B: sweet, reading the diff\n\nThis is useful for all sorts of small things, like \"take a look at !ticket ##\",\nor that sort of thing.\n\nLet me know if you're using it and what for! I'm glad to add examples to it :)\n\nSidenote\n========\n\nThis is my frist node.js project. Please do let me know if the code is awful and\nhow it can be improved. My email is on my github profile :)\n\nLicense\n=======\n\n(The MIT License)\n\nCopyright (c) 2010 Nicolas Sanguinetti\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the 'Software'), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoca%2Fnode-marshmallow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoca%2Fnode-marshmallow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoca%2Fnode-marshmallow/lists"}