|
| 1 | +# Twipture 🐤📸 | Capture your tweets |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +Your firendly neighbourhood tweet to image convertor. |
| 15 | + |
| 16 | +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. |
| 17 | + |
| 18 | +<img width="600" alt="DarkMode-Twipture" src="https://user-images.githubusercontent.com/55273506/154800244-e51c5a7e-70ca-4567-a18d-9331aeb31771.png"> |
| 19 | + |
| 20 | +<img width="600" alt="LightMode-Twipture" src="https://user-images.githubusercontent.com/55273506/154800242-e1ebe91b-4671-4844-8a45-8afc9a590257.png"> |
| 21 | + |
| 22 | +<br> |
| 23 | + |
| 24 | +# Working Screenshots |
| 25 | + |
| 26 | +<img width="500" alt="ElonMusk Tweet" src="https://user-images.githubusercontent.com/55273506/154800544-7eac6d7e-604d-4273-a4d9-ff8feee807bc.png"> |
| 27 | + |
| 28 | +Converted to a beautiful image. |
| 29 | + |
| 30 | +<img width="540" alt="ElonMusk Tweet" src="https://user-images.githubusercontent.com/55273506/154800592-ae87d5b4-c51a-40cd-b788-618364c610ea.png"> |
| 31 | + |
| 32 | + |
| 33 | +## Setup: |
| 34 | + |
| 35 | +1. Clone the repository. |
| 36 | +2. Install dependencies. |
| 37 | + |
| 38 | + npm install |
| 39 | + |
| 40 | +3. Setup environment variables in `.env` file. |
| 41 | + |
| 42 | + PORT= |
| 43 | + ALLOWED_HOSTS= |
| 44 | + APP_BASE_URL= |
| 45 | + APP_PASS= |
| 46 | + BEARER_TOKEN= |
| 47 | + |
| 48 | +> Get your Bearer Token from your Twitter devloper account [https://developer.twitter.com/en/apps/](https://developer.twitter.com/en/apps/). |
| 49 | +
|
| 50 | +4. Run the server. |
| 51 | + |
| 52 | + nodemon server.js |
0 commit comments