Skip to content

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

License

Notifications You must be signed in to change notification settings

parviaim/smartmet-alert-client

 
 

Repository files navigation

SmartMet Alert Client (smartmet-alert-client)

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

Screenshot

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

Localization

The default language is defined in the .env file. This can be overridden when defining a Vue component:

<template>
    <AlertClient :refreshInterval="refreshInterval" :selectedDay="selectedDay" language="en"/>
</template>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.6%
  • JavaScript 23.6%
  • SCSS 4.3%
  • HTML 2.4%
  • TypeScript 0.1%