import * as WeatherLayersClient from 'weatherlayers-gl/client';
// use your WeatherLayers Cloud access token
const client = new WeatherLayersClient.Client({
accessToken: 'xxx',
});
A valid access token is required to use the library. Sign up at to get your access token.
Production Usage
to upgrade your access token for a production usage.