Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

scheduled-flight

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scheduled-flight

## Project setup ``` npm install /* * 航班波图生成组件 * 接收的值: * 一、blockState 区块的介绍 航班波图上各区块颜色的含义 * 示例: * blockState: [ { area: 'china', name: '国内', bgColor: '#54d1b8', }, { area: 'r

  • 0.1.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

scheduled-flight

Project setup

npm install
/*
* 航班波图生成组件
*   接收的值:
*     一、blockState  区块的介绍   航班波图上各区块颜色的含义
*     示例:
*     blockState: [
        {
          area: 'china',
          name: '国内',
          bgColor: '#54d1b8',
        },
        {
          area: 'region',
          name: '地区',
          bgColor: '#6C99FF',
        },
        {
          area: 'international',
          name: '国际',
          bgColor: '#4dc8ff',
        },
      ],
*     二、message     航班波数据   由两部分数据构成
*       1、top        上部的信息
*       2、bottom     下部的信息
*       注意:message中区块的颜色必须和blockState的属性对应起来
*     示例:见message.json,熟悉数据格式后,该文件可删除
* */

### Compiles and hot-reloads for development

npm run serve


### Compiles and minifies for production

npm run build


### Lints and fixes files

npm run lint


### Run your unit tests

npm run test:unit

FAQs

Package last updated on 17 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc