Clients
A monorepo containing all of our API clients.
- ๐งฎ array โ Handy utilities for transforming, filtering, and working with arrays of any shape.
- โฐ date-time โ Simplify date/time manipulations like formatting, comparisons, and ranges.
- ๐ location โ Geolocation helpers for working with coordinates, distances, and regions.
- ๐งฐ miscellaneous โ A grab bag of helpful functions that donโt fit anywhere else (but want).
- ๐พ storage โ Utilities for managing localStorage, sessionStorage, and persistence.
- ๐ค string โ Convert, format, and transform strings across cases, styles, or data types.
- ๐ uri โ Parse, inspect, and extract parts of URLs and URIs with ease.
Check out @theholocron/clients
๐ฆ Installation
The following pattern will install any package; swap out <lib>
for anyone of the packages listed below to install.
npm install --save-dev @theholocron/client-<lib>
๐งช Usage
Check the README within the packages
directory for specific usage instructions.