An Api which generate a randome twitter tweets svg with your twitter handle just like shown in above image.
It just easy as adding an image to your github readme !
Just copy below link to
https://tweerup.herokuapp.com/tweet?username=[your_twitter_handle]
Replace [your_twitter_handle] with your twitter original handle else it wont work.
- By forking, clone the repository in your local system.
- Run
npm install
in Terminal it will Install all the dependencies which is required for this project. - Now you will have to add a file named
.env
in your project root directory.And add Port number,Hostnames and bearer token from twitter api in it. - Run
npm start
To run the nodejs server in local environment.
- Your node version should be above v16.
- Downlaod the latest version of npm.
- Downloading Eslint and prettier will be plus.
Follow the steps given in contributing.md in order to contribute to this project.
├───assets
│ └───Poster
├───node_modules
├───src
│ └───main.ts
│ └───fethcer.ts
│ └───tweet.ts
│ └───tweetcard.ts
├───package.json