> For the complete documentation index, see [llms.txt](https://docs.weatherlayers.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weatherlayers.com/weatherlayers-gl/quick-start.md).

# Quick Start

### Installation

```
npm install weatherlayers-gl
```

GitHub: <https://github.com/weatherlayers/weatherlayers-gl>

### Production Usage

```typescript
import * as WeatherLayers from 'weatherlayers-gl';
```

No license file is necessary to use the library in production anymore.
