1.1.2 • Published 3 years ago

@specless/common2 v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Common Library

Contains commonly used functions and SDK's for interacting with looker, datastore, airtable and algolia.

Datastore

  • Contains all datastore models as type interfaces
  • Provides a class that interfaces with datastore to get data, save data, and manipulate data.

Airtable

  • Contains all airtable tables as type interfaces
  • Provides a class that interfaces with airtable to get data, and manipulate data.

Looker

  • Contains all looker metrics and dimensions as type interfaces
  • Provides a class that interfaces with looker to get data, and manipulate data.

Algolia

  • Provides a class that interfaces with algolia to query against it.

Other

  • Easy to read console logging
  • Error handler
  • Math library for useful things like safe divide
  • Time library for getting dates in a range
  • Transform library for commonly used object, array and string manipulations.