Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 install

npm start
```