Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/molnarmark/gitfollow

❓️ Check if a user follows another user on GitHub. https://gitfollow.com
https://github.com/molnarmark/gitfollow

Last synced: about 1 month ago
JSON representation

❓️ Check if a user follows another user on GitHub. https://gitfollow.com

Awesome Lists containing this project

README

        



## 👋 Introduction

This repository contains the [Svelte](https://svelte.dev) application running over at [gitfollow.com](https://gitfollow.com).

GitFollow is a tool that let's you check if a GitHub user follows another one and vice-versa.

## ❓ Why

I was curious and wanted to see if some people followed each other, however, these people had too many followers to manually browse through.

Since GitHub doesn't provide a search feature for followers, this app was built.

It's essentially just an API call, with a beautiful UI built on top of it.

## 🚀 Development

- Clone the repository
- cd into the directory & execute **`npm install`**
- Run the app with **`npm run dev`**

## 📋 License

GitFollow is released under the MIT license.