{"id":18044728,"url":"https://github.com/natterstefan/twitter-api-client-server","last_synced_at":"2026-05-17T06:35:30.270Z","repository":{"id":89872415,"uuid":"338540646","full_name":"natterstefan/twitter-api-client-server","owner":"natterstefan","description":"NodeJS Server Example for https://github.com/FeedHive/twitter-api-client.","archived":false,"fork":false,"pushed_at":"2021-02-21T09:35:34.000Z","size":211,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-06T19:24:35.753Z","etag":null,"topics":["nodejs","nodejs-api","nodejs-server","twitter","twitter-api","twitter-client","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/natterstefan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["natterstefan"],"patreon":"natterstefan","custom":["https://www.paypal.me/natterstefan","https://www.buymeacoffee.com/natterstefan"]}},"created_at":"2021-02-13T09:37:04.000Z","updated_at":"2021-03-22T12:02:26.000Z","dependencies_parsed_at":"2023-03-06T10:30:27.097Z","dependency_job_id":null,"html_url":"https://github.com/natterstefan/twitter-api-client-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"natterstefan/nodejs-playground","purl":"pkg:github/natterstefan/twitter-api-client-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Ftwitter-api-client-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Ftwitter-api-client-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Ftwitter-api-client-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Ftwitter-api-client-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natterstefan","download_url":"https://codeload.github.com/natterstefan/twitter-api-client-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Ftwitter-api-client-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33129274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"last_error":"SSL_read: 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":["nodejs","nodejs-api","nodejs-server","twitter","twitter-api","twitter-client","typescript"],"created_at":"2024-10-30T18:10:30.250Z","updated_at":"2026-05-17T06:35:30.223Z","avatar_url":"https://github.com/natterstefan.png","language":"TypeScript","funding_links":["https://github.com/sponsors/natterstefan","https://patreon.com/natterstefan","https://www.paypal.me/natterstefan","https://www.buymeacoffee.com/natterstefan"],"categories":[],"sub_categories":[],"readme":"# twitter-api-client-server\n\n[![GitHub issues](https://img.shields.io/github/issues/natterstefan/twitter-api-client-server)](https://github.com/natterstefan/twitter-api-client-server/issues)\n[![GitHub stars](https://img.shields.io/github/stars/natterstefan/twitter-api-client-server)](https://github.com/natterstefan/twitter-api-client-server/stargazers)\n[![GitHub license](https://img.shields.io/github/license/natterstefan/twitter-api-client-server)](https://github.com/natterstefan/twitter-api-client-server/blob/main/LICENSE)\n[![nodejs](https://img.shields.io/badge/nodejs-built%20with%20typescript-informational.svg?logo=typescript\u0026logoWidth=20)](https://github.com/natterstefan/twitter-api-client-server)\n\n![NodeJS Server Example for FeedHive/twitter-api-client](./assets/github.png)\n\nNodeJS server that uses [FeedHive/twitter-api-client](https://github.com/FeedHive/twitter-api-client)\nto interact with the Twitter API.\n\n## Table of content\n\n- [Features](#features)\n- [**Requirements**](#requirements)\n- [**Getting Started**](#getting-started)\n- [Docker](#docker)\n- [Help](#help)\n- [Contribute](#contribute)\n- [License](#license)\n\n---\n\n## Features\n\n- NodeJS server with watch mode support (thanks to [nodemon](https://www.npmjs.com/package/nodemon))\n- Two example routes using the Twitter API client\n- Full [Docker](https://www.docker.com/) support\n- [ESLint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier)\n  setup\n- [Jest](https://www.npmjs.com/package/jest) \u0026 [supertest](https://www.npmjs.com/package/supertest) setup for tests\n- **Fully typed!**\n- with GitHub Action Continuous integration workflow\n\n## Requirements\n\nYou need to apply for [Twitter's Developers programm](https://developer.twitter.com/en/apply-for-access)\nand create an application. You will need to obtain the secrets and tokens to\ninteract with the API.\n\n## Getting Started\n\n```bash\n# Step 1\n# --\u003e install dependencies\nyarn\n\n# Step 2\n# --\u003e prepare the .env file\nyarn copyfiles\n\n# Step 3\n# --\u003e open the .env-file and add the missing information\n\n# Step 4\n# --\u003e build the app the first time\nyarn build\n\n# Step 5\n# --\u003e start the app\nyarn start\n```\n\n### Example Links\n\n- \u003chttp://localhost:3000/\u003e: home route\n- \u003chttp://localhost:3000/api/accountsAndUsers/usersSearch/natterstefan\u003e: Provides a simple, relevance-based search interface to public user accounts on Twitter.\n- \u003chttp://localhost:3000/api/tweets/statusesUserTimeline/natterstefan\u003e: Returns a collection of the most recent Tweets posted by the user indicated by the screen_name\n\n## Docker\n\nThis node application is dockerized and can be used in a docker environment.\n\n### How to run the Docker Image\n\n```bash\n# this will first build and then start the docker image\ndocker-compose up --build\n```\n\n### How to build the Docker Image\n\n```bash\ndocker-compose build\n```\n\n## Help\n\n- Reach out on [Twitter](https://twitter.com/natterstefan)\n- Open an [issue on GitHub](https://github.com/natterstefan/twitter-api-client-server/issues/new)\n\n### Troubleshooting\n\n- The app does not start? Make sure you run `yarn build` before the very first\n  time you start the app.\n\n## Contribute\n\n### Issues\n\nIn the case of a bug report, bugfix or a suggestions, please feel very free to open an issue.\n\n### Pull request\n\nPull requests are always welcome!\n\n## Misc\n\n- \u003chttps://github.com/microsoft/TypeScript-Node-Starter\u003e\n- \u003chttps://github.com/w3tecch/express-typescript-boilerplate\u003e\n- \u003chttps://github.com/gothinkster/node-express-realworld-example-app\u003e\n\n## Contributors ✨\n\nThanks goes to these wonderful people\n([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://natterstefan.me/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1043668?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eStefan Natter\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-natterstefan\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the\n[all-contributors](https://github.com/all-contributors/all-contributors)\nspecification. Contributions of any kind welcome!\n\n## Licence\n\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatterstefan%2Ftwitter-api-client-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatterstefan%2Ftwitter-api-client-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatterstefan%2Ftwitter-api-client-server/lists"}