od-flight-stats
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "od-flight-stats", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "API Flight that support search flight through flight stats", | ||
"main": "index.js", | ||
"dependencies": { | ||
"md5": "^2.2.1", | ||
"moment": "^2.24.0", | ||
@@ -9,0 +8,0 @@ "request": "^2.88.0" |
const fsConn = require('./connect'); | ||
const md5 = require('md5'); | ||
const moment = require('moment'); | ||
//https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/status/AA/100/dep/2019/06/25?appId=fe718e2c&appKey=22a93116d60377acad667084cf62368c&utc=true" | ||
//https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/status/AA/100/dep/2019/05/25/appId=fe718e2c&appKey=22a93116d60377acad667084cf62368c&utc=true | ||
const FSSDK = function (appId, appKey) { | ||
@@ -8,0 +5,0 @@ this.appId = appId; |
2
22805
54
- Removedmd5@^2.2.1
- Removedcharenc@0.0.2(transitive)
- Removedcrypt@0.0.2(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedmd5@2.3.0(transitive)