Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradtraversy/real-time-tweet-stream
Get real-time tweets and display on webpage with socket.io
https://github.com/bradtraversy/real-time-tweet-stream
Last synced: 2 months ago
JSON representation
Get real-time tweets and display on webpage with socket.io
- Host: GitHub
- URL: https://github.com/bradtraversy/real-time-tweet-stream
- Owner: bradtraversy
- Created: 2020-12-17T16:24:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T16:44:55.000Z (about 4 years ago)
- Last Synced: 2024-05-01T21:07:33.068Z (9 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 147
- Watchers: 7
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time Tweet Stream
Get real-time tweets and display on webpage with socket.io## Usage
Go to https://developers.twitter.com portal and get a bearer token and add it to the .env file```
npm installnpm start
```