# SmartMet Alert Client

SmartMet Alert Client is a customizable map visualizer for weather, flood and other alerts.

![Screenshot](./screenshot.png)

## Installation

```
npm install @fmidev/smartmet-alert-client
```

## Usage

```
<smartmet-alert-client language="en"></smartmet-alert-client>
```
More examples are available in the directory `public`.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```
