Twitter Profile Viewer
A service to see your Twitter profile from a new perspective with more details, using all of the data you can get from the Twitter API,
? Features
- See how many public lists you are a member of.
- See how many tweets you liked.
- See your Twitter User ID.
- See your account’s exact creation date with hours and minutes. (Example: 22/01/2018 07:21:29)
? Self-hosting
- Clone this repo:
git clone https://github.com/ardasoyturk/twitter-profile-viewer
- Change directory to the new folder:
cd twitter-profile-viewer
- Change directory to the new folder:
- Instal dependencies
- With
npm
:npm install
- With
yarn
:yarn
- With
pnpm
:pnpm install
- With
- Start in development, or build the app
- With
npm
:npm run dev
ornpm run build
(and thennpm run serve
) - With
yarn
:yarn dev
oryarn build
(and thenyarn serve
) - With
pnpm
:pnpm run dev
orpnpm run build
(and thenpnpm run serve
)
- With
? Thanks
- Tools and Libraries;
- People and their projects;
- EGGSY’s Lanyard Visualizer: It inspired me to create a tool like this and I’m really happy for that.