{"id":44629725,"url":"https://github.com/ravenappdev/raven-node","last_synced_at":"2026-02-14T16:19:46.667Z","repository":{"id":62239925,"uuid":"551608554","full_name":"ravenappdev/raven-node","owner":"ravenappdev","description":"Official Node.JS SDK for the Raven API","archived":false,"fork":false,"pushed_at":"2023-09-23T18:42:10.000Z","size":24521,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-23T13:05:06.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.ravenapp.dev/","language":"TypeScript","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/ravenappdev.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":"2022-10-14T18:27:19.000Z","updated_at":"2022-11-07T22:51:31.000Z","dependencies_parsed_at":"2023-02-09T21:00:51.768Z","dependency_job_id":null,"html_url":"https://github.com/ravenappdev/raven-node","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/ravenappdev/raven-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravenappdev%2Fraven-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravenappdev%2Fraven-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravenappdev%2Fraven-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravenappdev%2Fraven-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravenappdev","download_url":"https://codeload.github.com/ravenappdev/raven-node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravenappdev%2Fraven-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-02-14T16:19:44.448Z","updated_at":"2026-02-14T16:19:46.654Z","avatar_url":"https://github.com/ravenappdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raven Node library\n\n[![npm shield](https://img.shields.io/npm/v/@ravenapp/raven)](https://www.npmjs.com/package/@ravenapp/raven)\n\nThe Raven Node.js library provides access to the Raven API from JavaScript/TypeScript.\n\n## Documentation\n\nAPI documentation is available at https://docs.ravenapp.dev/.\n\n## Usage\n\n[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/raven-typescript-example-yrzyda?file=app.ts\u0026view=editor)\n\n```typescript\nimport { RavenApiClient } from '@ravenapp/raven';\n\nconst raven = new RavenApiClient({\n  authorization: `AuthKey YOUR_AUTH_KEY`,\n});\n\nconst response = await raven.send('YOUR_APP_ID', {\n  event: 'Send text message.',\n  data: {\n    key: 'value',\n  },\n});\n\nconsole.log('Received response from Raven', response);\n```\n\n## Beta status\n\nThis SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning the package version to a specific version in your package.json file. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.\n\n## Contributing\n\nWhile we value open-source contributions to this SDK, this library is generated programmatically. Additions made directly to this library would have to be moved over to our generation code, otherwise they would be overwritten upon the next generated release. Feel free to open a PR as a proof of concept, but know that we will not be able to merge it as-is. We suggest [opening an issue](https://github.com/ravenappdev/raven-node) first to discuss with us!\n\nOn the other hand, contributions to the README are always very welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravenappdev%2Fraven-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravenappdev%2Fraven-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravenappdev%2Fraven-node/lists"}