### HeroLib Addon Overview Source: https://github.com/herotc/hero-lib/blob/thewarwithin/README.md This section provides an overview of the HeroLib World of Warcraft addon, its purpose, dependencies, and usage examples. It highlights its role as a replacement for the default WoW API and its ability to provide advanced in-game information. ```Lua -- HeroLib is a World of Warcraft addon to provide a simple and clean API to get most advanced WoW features. -- It acts as a complete replacement of the WoW API and makes easy-to-use some non directly available informations in-game like the TimeToDie of an unit. -- It is really simple to use and is used by [HeroRotation](https://github.com/herotc/hero-rotation) and [AethysTools](https://github.com/aethys256/AethysTools). -- You can also use anything from the addon in a WeakAura. -- The project is hosted on [GitHub](https://github.com/herotc/hero-lib) and powered by [HeroDBC](https://github.com/herotc/hero-dbc). -- It is maintained by [Aethys](https://github.com/aethys256/) and the [HeroTC](https://github.com/herotc) team. -- Also, you can find it on [CurseForge](https://www.curseforge.com/wow/addons/herolib). -- Feel free to join our [Discord](https://discord.gg/tFR2uvK). Feedback is highly appreciated ! ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.