Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.44 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.44 KB

Twipture 🐤📸 | Capture your tweets

Twitter React TailwindCSS HTML Js Express.js NodeJS Heroku Visual Studio Code Git

Your firendly neighbourhood tweet to image convertor.

Twipture allows you to share your beautifully written tweets in even more beautiful images to put up on your stories, instagram posts, linkedin feed, etc.

DarkMode-Twipture

LightMode-Twipture


Working Screenshots

ElonMusk Tweet

Converted to a beautiful image.

ElonMusk Tweet

Setup:

  1. Clone the repository.

  2. Install dependencies.

    npm install
    
  3. Setup environment variables in .env file.

    PORT=
    ALLOWED_HOSTS=
    APP_BASE_URL=
    APP_PASS=
    BEARER_TOKEN=
    

Get your Bearer Token from your Twitter devloper account https://developer.twitter.com/en/apps/.

  1. Run the server.

    nodemon server.js