Quick Start
npm install weatherlayers-gl
import * as WeatherLayersClient from 'weatherlayers-gl/client';
// use your WeatherLayers Cloud access token
const client = new WeatherLayersClient.Client({
accessToken: 'xxx',
});
TypeScript
d.ts
typing files are provided as part of the distribution package.Last modified 2mo ago