0.0.7 • Published 9 years ago

drone_pilot_helper v0.0.7

Weekly downloads
8
License
ISC
Repository
-
Last release
9 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

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago