Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/costasak/d2-buddy
Reset Timers, Schedules, Activity Info and other helpers for Destiny 2
https://github.com/costasak/d2-buddy
buddy bungie countdown d2 destiny destiny2 destinythegame helpers react schedule timers
Last synced: 2 days ago
JSON representation
Reset Timers, Schedules, Activity Info and other helpers for Destiny 2
- Host: GitHub
- URL: https://github.com/costasak/d2-buddy
- Owner: CostasAK
- License: mit
- Created: 2022-01-15T16:51:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T11:24:05.000Z (5 months ago)
- Last Synced: 2024-06-29T12:34:50.809Z (5 months ago)
- Topics: buddy, bungie, countdown, d2, destiny, destiny2, destinythegame, helpers, react, schedule, timers
- Language: JavaScript
- Homepage: https://d2buddy.net
- Size: 31.5 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# [Destiny 2 Buddy ](https://d2buddy.net/)
[![Website](https://img.shields.io/website?style=for-the-badge&url=https%3A%2F%2Fd2buddy.net)](https://d2buddy.net/)
[![Last Update](https://img.shields.io/github/last-commit/costasak/d2-buddy/main?label=last%20update&style=for-the-badge)](https://d2buddy.net/)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/costasak/d2-buddy/node-cd.yml?branch=main&style=for-the-badge&logo=createreactapp)](https://github.com/CostasAK/d2-buddy/actions/workflows/node.js.yml)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge&logo=prettier)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/github/license/costasak/d2-buddy?style=for-the-badge)](https://github.com/CostasAK/d2-buddy/blob/main/LICENSE)
[![Stars](https://img.shields.io/github/stars/costasak/d2-buddy?style=for-the-badge&logo=github)](https://github.com/CostasAK/d2-buddy)
[![Ko-fi](https://img.shields.io/badge/support_me_on_ko--fi-F16061?style=for-the-badge&logo=kofi&logoColor=f5f5f5)](https://ko-fi.com/CostasAK)Reset Timers, Schedules, Activity Info and other helpers for Destiny 2.
## What it does
### [Timers](https://d2buddy.net/Timers)
- Shows upcoming events, and recurring events such as resets.
- Shows countdowns and times adjusted to your local time zone.
- Events are sorted by end or start time, depending on whether they are currently ongoing or not, respectively.
- Recurring events are sorted in order of occurrence from now.
- Timers that cycle, like legend/master lost sectors, show the entire schedule when clicked.
- Activities can be clicked for full breakdowns of modifiers, shields and champions.### [Links](https://d2buddy.net/Links)
Some links to my favorite D2 resources and tools. I have no affiliation with the sites listed. I just think they're great.
## Acknowledgments
Made using:
[](https://axios-http.com)
[](https://commitlint.js.org/#/)
[](https://create-react-app.dev)
[](https://day.js.org)
[](https://eslint.org)
[](https://fontawesome.com/start)
[](https://www.framer.com/motion/)
[](https://game-icons.net)
[](https://jestjs.io)
[](https://github.com/pieroxy/lz-string/)
[](https://mui.com)
[](https://www.papaparse.com)
[](https://prettier.io)
[](https://react.dev)
[](https://tanstack.com/query)- [Husky](https://typicode.github.io/husky/)
- [lint-staged](https://github.com/okonet/lint-staged)
- [React Cool Dimensions](https://github.com/wellyshen/react-cool-dimensions)
- [React Epic Spinners](https://bondz.github.io/react-epic-spinners/)
- [React Helmet](https://github.com/nfl/react-helmet)
- [React If](https://github.com/romac/react-if)
- [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg)
- [react-kofi-button](https://costasak.github.io/react-kofi-button)
- [React String Replace](https://github.com/iansinnott/react-string-replace)
- [use-local-storage-state](https://github.com/astoilkov/use-local-storage-state)