{"id":21404204,"url":"https://github.com/supportclass/lfg-imraising","last_synced_at":"2026-01-03T01:53:17.103Z","repository":{"id":35735604,"uuid":"40014344","full_name":"SupportClass/lfg-imraising","owner":"SupportClass","description":"Simple ImRaising integration for NodeCG","archived":false,"fork":false,"pushed_at":"2016-01-19T17:37:30.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T03:30:26.981Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/SupportClass.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":"2015-07-31T16:28:07.000Z","updated_at":"2015-12-07T17:03:34.000Z","dependencies_parsed_at":"2022-09-09T00:12:06.765Z","dependency_job_id":null,"html_url":"https://github.com/SupportClass/lfg-imraising","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/SupportClass%2Flfg-imraising","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Flfg-imraising/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Flfg-imraising/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SupportClass%2Flfg-imraising/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SupportClass","download_url":"https://codeload.github.com/SupportClass/lfg-imraising/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902240,"owners_count":20366258,"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-11-22T16:13:30.192Z","updated_at":"2026-01-03T01:53:17.076Z","avatar_url":"https://github.com/SupportClass.png","language":"JavaScript","readme":"#lfg-imraising\nThis is a [NodeCG](http://github.com/nodecg/nodecg) bundle.\n\nListens for donations to a given account on [ImRaising](https://imraising.tv/) and emits API events for other bundles to use.\n\n## Installation\n- Install to `nodecg/bundles/lfg-imraising`\n- Create `nodecg/cfg/lfg-imraising.json` with the advanced `apiKey` of the \n[ImRaising](https://imraising.tv/) account that you wish to listen to:\n```json\n{\n  \"apiKey\": \"xxxxx\"\n}\n```\n\n## Usage\n### In other bundles' view pages and dashboard panels\nIf you would like to use this data in another bundle, add the following code to your view/panel:\n```javascript\nnodecg.listenFor('donation', 'lfg-imraising', callback);\n```\n... where 'callback' is the name of a function with the signature `function callback(data)`\n\n### In other bundles' extensions\nIf you want to use tip events in another bundle's extension,\nadd `lfg-imraising` as a `bundleDependency` in your bundle's [`nodecg.json`](http://nodecg.com/guide/nodecg.json.html)\n\nThen add the following code:\n```javascript\nvar imraising = nodecg.extensions['lfg-imraising'];\nimraising.on('donation', function(donation) {\n    // Do your thing.\n});\n```\n\n### License\nlfg-imraising is provided under the MIT license, which is available to read in the [LICENSE][] file.\n[license]: LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupportclass%2Flfg-imraising","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupportclass%2Flfg-imraising","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupportclass%2Flfg-imraising/lists"}