0.0.7 • Published 7 years ago

drone_pilot_helper v0.0.7

Weekly downloads
8
License
ISC
Repository
-
Last release
7 years ago

drone_pilot_helper NPM version Build Status

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);
});
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago