Generate an image from a tweet. Only tested on some kinds of tweets. Works best on Chrome.
Built on Next.js using Twitter API and deployed on Vercel.
npm run dev
push to master to update live build
using npm-check-updates
ncu -x html2canvas
npm install
keep html2canvas at version 1.0.0-rc.1
pages/index.js
- Main layout
- Uses axios to make request to
api/tweet
- parses through JSON from Twitter API
api/tweet.js
- Uses axios to make request to Twitter API
components/result.js
- Handles tweet output after http request, including the conversion into a canvas and image.
- twitter bot
- app