Add aircraft to the AirMashup's database
For our open project Airmashup we need some data.
Research for aircraft models different from the ones listed and add a photo and the information in a json inside a .txt file
LISTED AIRCRAFT: A220, A320, A330, A340, A350, A380
B737,B747,B767,B777,B787
CRJ100, CRJ900, CRJ1000
ALL EMBRAER MODELS
IDEAS Antonov, Sukhoi, Cessna, Piper, Fokker, etc.
JSON FORMAT {
(example) manufacturer:"Airbus", (company that build the aircraft)
model:"A330", (model of the aircraft)
lon:1.361952, (longitude of the factory or country)
lat:43.630763, (latitude of the factory or country)
country:"France",
},
Task delivery
Publish a ZIP file with the .txt file and the image in the selected task of your Google Code-in dashboard, and send it to our mail too lgcodein@gmail.com, for mentor review and approval.