MyUnfollowers App

๐Ÿš€ A platform to inspect GitHub's followers/unfollowers with visualizations and stats.

31
44
Vue
MyUnfollowers

๐Ÿ•ต๏ธ My Unfollowers App GitHub GitHub stars

๐Ÿš€ A platform to inspect GitHubโ€™s followers/unfollowers with visualizations and stats.

The app is developed using Flask(Python micro framework) and Vuejs the coolest & lightest javascript framework for front End. Backend API uses GitHub official API to get the userโ€™s data and saves it to database. It analyzes the data to generate the insights about GitHub followers and unfollowers.

check the Live Demo ๐Ÿ‘จโ€๐Ÿ’ป

โš™๏ธ USAGE

1- Search your GitHub username.

MyUnfollowers-home

2- MyUnfollowers opensource GitHub API store userโ€™s follower data to generate results in future.

MyUnfollowers-registered

3- After that whenever user uses the webapp It will give insights about followers & unfollowers.

MyUnfollowers-main

See, I just got a new follower! ๐Ÿ˜ƒ

How To Setup & Use

# Clone this repository
git clone https://github.com/rawheel/MyUnfollowers-App.git

# Go into the repository
cd MyUnfollowers-App

# Install dependencies
npm install

# Start a local dev server
npm run serve

Feel free to use it as-is or personalize it as much as you want.

This App is developed by Raheel Siddiqui with โค๏ธ