Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talljack/follower-history
Visualize the number of a Github user
https://github.com/talljack/follower-history
Last synced: about 20 hours ago
JSON representation
Visualize the number of a Github user
- Host: GitHub
- URL: https://github.com/talljack/follower-history
- Owner: Talljack
- License: mit
- Created: 2023-10-28T11:11:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T12:05:15.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:59:44.624Z (9 months ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Follower-history
## Description
This is a repo to visualize my follower history on Github of user. Through this repo, you can see the changes of your followers by time.
## Usage
```typescript
```## Development
```bash
# install dependencies
bun install
``````bash
# run dev server
bun dev
```