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

https://github.com/eberkund/tweet-reader-client

A browser script for rendering a predownloaded array of tweets.
https://github.com/eberkund/tweet-reader-client

ajax timeline twitter

Last synced: 2 months ago
JSON representation

A browser script for rendering a predownloaded array of tweets.

Awesome Lists containing this project

README

          

# Tweet Reader Client
A browser script for rendering a predownloaded array of tweets.

npm install tweet-reader-client

## Usage
Simply add the tweet reader script to your webpage

And add an empty `

` where you want your tweets to be displayed

Then ensure a JSON file is available at `/tweets.json`. See [tweet-reader-php](https://github.com/eberkund/tweet-reader-php) or [tweet-reader-lambda](https://github.com/eberkund/tweet-reader-lambda) for more information.