JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 55
  • Score
    100M100P100Q86589F
  • License UNLICENSED

Medos SDK for managing appointments, meetings, and calendars in apps

Package Exports

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

Readme

How to test this package

Go to your package directory (medos-sdk-js):

  • cd c:\harsh\projects\medos\medos-sdk-js
  • npm link

Go to your test project directory (where you want to use the package):

  • cd path\to\your\test-project
  • npm link medos-sdk-js

If you still get errors, you can also use the folder path directly:

npm install --save-dev c:\harsh\projects\medos\medos-sdk-js