Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lffg-archive/gh-followback-ts
https://github.com/lffg-archive/gh-followback-ts
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lffg-archive/gh-followback-ts
- Owner: lffg-archive
- License: apache-2.0
- Created: 2021-02-05T23:31:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T01:32:11.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T23:02:42.087Z (9 months ago)
- Language: TypeScript
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-followback-ts
Important terms within this codebase:
- **Lookup user** is the user we are searching for.
- `lookupUserFollowerList` array with the users that **are following** the _lookup user_.
- `lookupUserFollowingList` array with the users that are **followed by** the _lookup user_.### Dependency Diagram
![Dependency Diagram](https://github.com/lffg/gh-followback-ts/blob/main/assets/domain-deps-diagram.png?raw=true)