Socket
Book a DemoInstallSign in
Socket

weacast-arpege

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weacast-arpege

ARPEGE weather forecast model plugin for Weacast

latest
Source
npmnpm
Version
1.6.0
Version published
Maintainers
4
Created
Source

weacast-arpege

Build Status Code Climate Test Coverage Dependency Status Documentation Download Status

ARPEGE weather forecast model plugin for Weacast

Installation

npm install weacast-arpege --save
// Or with Yarn
yarn add weacast-arpege

Documentation

The Weacast docs are loaded with awesome stuff and tell you everything you need to know about using and configuring Weacast. Some details about this plugin can be found here.

Complete Example

Here's an example of a Weacast server that uses weacast-arpege.

import arpegePlugin from 'weacast-arpege'

module.exports = function() {
  const app = this
  
  // Set up our plugin services
  app.configure(arpegePlugin)
}

Development

While it is a WIP and not yet pushed to NPM, or when developing this plugin, please clone this repository and use npm link:

// Clone and link the plugin
git clone https://github.com/weacast/weacast-arpege.git
cd weacast-arpege
npm link
// Clone and link plugin to weacast server
cd ..
git clone https://github.com/weacast/weacast.git
cd weacast
cd api
npm link weacast-arpege

As this module also depends on weacast-core and gtiff2json you have to do the same thing for them.

License

Copyright (c) 2017

Licensed under the MIT license.

Keywords

weacast

FAQs

Package last updated on 02 Feb 2022

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