Skip to content

rawheel/MyUnfollowers-App

Repository files navigation

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 ❀️