JSPM

xt-api

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q28617F
  • License MIT

EARLY BETA. Node.js connector for aster's REST APIs and WebSockets, with TypeScript & end-to-end tests.

Package Exports

  • xt-api
  • xt-api/lib/index.js

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 (xt-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

xt-api

npm version npm size npm downloads last commit CodeFactor

WARNING: This package is still early beta, following the designs of my other connectors. If you want to stay informed when this may be ready for testing, please get in touch via telegram.

Node.js connector for the aster APIs and WebSockets, with TypeScript & browser support.

Installation

npm install --save xt-api

Issues & Discussion

Check out my related JavaScript/TypeScript/Node.js projects:

Structure

This project uses typescript. Resources are stored in 3 key structures:

  • src - the whole connector written in typescript
  • dist - the javascript version of the project (compiled from typescript). This should not be edited directly, as it will be overwritten with each release.
  • examples - some implementation examples & demonstrations. Contributions are welcome!

Usage

TODO