JSPM

  • Created
  • Published
  • Downloads 174
  • Score
    100M100P100Q84005F
  • License MIT

The EarningsCall JavaScript library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (earningscall) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    EarningsCall JavaScript Library

    Version Build Status Downloads Try on RunKit Coverage Status

    NOTE: THIS IS A WORK IN PROGRESS. It is not yet ready for production use.

    The EarningsCall JavaScript library provides convenient access to the EarningsCall API from applications written in the JavaScript language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.

    Requirements

    • Node.js 18+

    Installation

    Install the package with:

    npm install earningscall
    # or
    yarn add earningscall