https://github.com/sor4chi/repro-twitter-sdk-missing-params
Sample Code For Reproduction
https://github.com/sor4chi/repro-twitter-sdk-missing-params
Last synced: about 1 month ago
JSON representation
Sample Code For Reproduction
- Host: GitHub
- URL: https://github.com/sor4chi/repro-twitter-sdk-missing-params
- Owner: sor4chi
- Created: 2023-01-08T05:18:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T05:27:48.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:44:22.377Z (3 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction
1. `git clone https://github.com/sor4chi/repro-twitter-sdk-missing-params.git`
2. `cd repro-twitter-sdk-missing-params`
3. SET `BEARER_TOKEN` and `TWEET_ID` in `.env`
4. `pnpm install / yarn install / npm install`
5. `pnpm build / yarn build / npm run build`
6. `pnpm start / yarn start / npm run start`