Quick Start
Prerequisites πβ
Before you begin, ensure you meet the following requirements for using the SkyPath Web SDK:
- Access to SkyPath NPM package @yamasee/skypath-sdk-web
- Node.js and NPM installed on your machine
- SkyPath API Key
Installation π¦β
To install the SkyPath Web SDK, use your preferred package manager:
- NPM
- Yarn
- pNPM
npm install @yamasee/skypath-sdk-web
yarn add @yamasee/skypath-sdk-web
pnpm add @yamasee/skypath-sdk-web
Alternatively, add the dependency into your package.json
file:
package.json
{
"dependencies": {
"@yamasee/skypath-sdk-web": "^0.3.14"
}
}
tip
If you encounter any access issues, refer to our troubleshooting guide.
Importing the SDKβ
To use the SDK in your project, import it as follows:
import createSkyPathSDK from "@yamasee/skypath-sdk-web";