0.0.7 • Published 8 years ago

drone_pilot_helper v0.0.7

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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago