@mugan86/openweather-api
Version:
Openweather Api Project in Node Typescript
57 lines (56 loc) • 1.29 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* No data
* @ignore
*/
exports.CITIES_LIST = {
"list": [
{
"name": "Barcelona",
"country": "es",
"location": {
"lat": 41.40340260589794,
"lng": 2.186880111694336
},
"zip": "08026"
},
{
"name": "Bilbao",
"country": "es",
"location": {
"lat": 43.26,
"lng": -2.94
},
"zip": "48002"
},
{
"name": "Paris",
"country": "fr",
"location": {
"lat": 48.856614,
"lng": 2.3522219000000177
},
"zip": "75006"
},
{
"name": "Roma",
"country": "uk",
"location": {
"lat": 41.9027835,
"lng": 12.496365500000024
},
"zip": -1
},
{
"name": "Las Vegas",
"country": "us",
"location": {
"lat": 36.1699412,
"lng": -115.13982959999998
},
"zip": -1
}
],
"last_update": "2018-11-26"
};