Skip to content

ghulamyazdani/tweetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opensource

Opensource Licence Discord

🌟 About

An Api which generate a randome twitter tweets svg with your twitter handle just like shown in above image.

🤔How to use?

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.

🧰 Setup

  • 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.

⚡ Requirements

  • Your node version should be above v16.
  • Downlaod the latest version of npm.
  • Downloading Eslint and prettier will be plus.

🧑‍🤝‍🧑 How to contribute

Follow the steps given in contributing.md in order to contribute to this project.

🏗 Project Structure

├───assets
│   └───Poster
├───node_modules
├───src
│   └───main.ts
│   └───fethcer.ts
│   └───tweet.ts
│   └───tweetcard.ts
├───package.json

👨‍💻 Project Admin


Ghulamyazdani