Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://snowcait.github.io/twitter-swagger-ui/
Swagger UI for Twitter API v2, Labs
https://snowcait.github.io/twitter-swagger-ui/
twitter-api
Last synced: 2 months ago
JSON representation
Swagger UI for Twitter API v2, Labs
- Host: GitHub
- URL: https://snowcait.github.io/twitter-swagger-ui/
- Owner: SnowCait
- Created: 2019-06-13T18:37:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T01:39:04.000Z (3 months ago)
- Last Synced: 2024-11-08T08:42:17.502Z (2 months ago)
- Topics: twitter-api
- Language: JavaScript
- Homepage: https://snowcait.github.io/twitter-swagger-ui/
- Size: 4.99 MB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Twitter Swagger UI
Swagger UI for Twitter API## openapi.json
Copy from
- https://api.twitter.com/2/openapi.json -> [docs/openapi.v2.json](docs/openapi.v2.json)
- ~https://api.twitter.com/labs/2/openapi.json -> [docs/openapi.labs.json](docs/openapi.labs.json)~## Development
```shell
npm install
npm start
```