{"id":26678111,"url":"https://github.com/telexintegrations/telexpress","last_synced_at":"2026-02-10T09:12:10.773Z","repository":{"id":278475199,"uuid":"935717932","full_name":"telexintegrations/telexpress","owner":"telexintegrations","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-21T19:27:48.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T18:07:44.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/telexintegrations.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-19T22:46:49.000Z","updated_at":"2025-02-21T19:27:52.000Z","dependencies_parsed_at":"2025-02-20T01:39:21.804Z","dependency_job_id":null,"html_url":"https://github.com/telexintegrations/telexpress","commit_stats":null,"previous_names":["telexintegrations/telexpress"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/telexintegrations%2Ftelexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/telexintegrations","download_url":"https://codeload.github.com/telexintegrations/telexpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550873,"owners_count":21122979,"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":"2025-03-26T05:14:56.701Z","updated_at":"2026-02-10T09:12:10.701Z","avatar_url":"https://github.com/telexintegrations.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Telexpress\n\nA lightweight Node.js error monitoring \u0026 logging package that sends uncaught exceptions and unhandled rejections to a [Telex](https://telex.im/) channel.\n\n## Installation\n\n```bash\nnpm install telexpress\n\n```\n\n## Usage\n\nCheck [here](https://docs.telex.im/docs/intro#webhooks-on-telex) for instructions on how to create a channel and get the webhook url for that channel.\n\n## Example with Express\n\n```bash\nimport express from 'express';\nimport { Logger } from 'telexpress';\n\nconst app = express();\nconst logger = new Logger(process.env.TELEX_CHANNEL_WEBHOOK_URL);\n\nlogger.initialize();\n\napp.get('/', (req, res) =\u003e {\n  console.log('Hi')\n});\n\napp.listen(3000, () =\u003e {\n  console.log('Server is running on port 3000');\n});\n\n\nnew Promise((resolve, reject) =\u003e {\n    reject({message: 'this is an unhandled promise rejection'})\n\n})\nthrow new Error('this is an uncaught exception')\n```\n\n### Uncaugh exception message\n\n![uncaught exception message on telex](example-usage-1.png)\n\n### Unhandled rejection message\n\n![unhandled rejection message on telex](example-usage-2.png)\n\n## License\n\nISC License\n\n## Author\n\nZeal Meruwoma\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Ftelexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftelexintegrations%2Ftelexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftelexintegrations%2Ftelexpress/lists"}