# FindSiteIcon v1.0.0 - Table of Contents

> Finds a large icon for a website given a URL.

## Pages

- [Changelog](changelog.md)
- [README](readme.md)

## Modules

- [FindSiteIcon](FindSiteIcon.md): Finds the large square icon for a site given its URL.

- [FindSiteIcon.Cache](FindSiteIcon.Cache.md): Cache for holding all the icons for websites. Ensures that we don't have to
make unnecessary api calls.

- [FindSiteIcon.IconInfo](FindSiteIcon.IconInfo.md): The basic icon struct, holding all the info we need for an icon

- [FindSiteIcon.Util.HTTPUtils](FindSiteIcon.Util.HTTPUtils.md): Small wrapper around Req with project defaults.

- [FindSiteIcon.Util.IconUtils](FindSiteIcon.Util.IconUtils.md): Utilities for working with icon info

