Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/molnarmark/gitfollow
- Owner: molnarmark
- License: mit
- Created: 2020-12-03T21:14:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T21:09:53.000Z (over 3 years ago)
- Last Synced: 2023-02-28T23:06:25.184Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://gitfollow.mrk.fyi
- Size: 139 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.