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.
- Host: GitHub
- URL: https://github.com/eberkund/tweet-reader-client
- Owner: eberkund
- Created: 2016-07-09T06:24:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T23:47:27.000Z (about 8 years ago)
- Last Synced: 2025-09-26T19:41:51.546Z (6 months ago)
- Topics: ajax, timeline, twitter
- Language: HTML
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.