drone_pilot_helper

0.0.7 • Public • Published

drone_pilot_helper [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

General Helper for drone pilots including windspeed convertor, Airport Details and Current Weather

Installation

$ npm install --save drone_pilot_helper

Usage

var drone = require('drone_pilot_helper');

Basic usage

speed = drone.windspeed(31, 'knots');
console.log(speed);

var city='Cork';
drone.weather(city, function(res){
    console.log(res);
});

drone.airportDetails(city, function(res){
    console.log(res);
});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i drone_pilot_helper

    Weekly Downloads

    1

    Version

    0.0.7

    License

    ISC

    Last publish

    Collaborators

    • davidgood