Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidntrivedi012/zephytes
A leaderboard for any Github Organization based on number of commits.
https://github.com/sidntrivedi012/zephytes
Last synced: 6 days ago
JSON representation
A leaderboard for any Github Organization based on number of commits.
- Host: GitHub
- URL: https://github.com/sidntrivedi012/zephytes
- Owner: sidntrivedi012
- License: mit
- Created: 2019-11-14T14:22:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T22:48:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T11:06:06.850Z (7 months ago)
- Language: JavaScript
- Homepage: https://zephytes.herokuapp.com
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zephytes
> A leaderboard for a Github Organization based on number of commits.
## Todo
- [x] Debug automatic increment of commits.
- [x] Add async loading of lboard script.
- [x] Debug same username and real name bug in the fetched data.
- [ ] Refactor the codebase.
- [x] Return from the function.
- [x] Add cronjob from updating lboard.
- [x] Use the file to render the data.
- [x] Optimise the loading time.
- [ ] Use try catch block.