UNPKG

@fmidev/smartmet-alert-client

Version:

Web application for viewing weather and flood alerts

39 lines (28 loc) 572 B
# 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 ```