Compare commits
2 Commits
17bb8a15fe
...
94e6a26a7f
| Author | SHA1 | Date | |
|---|---|---|---|
| 94e6a26a7f | |||
| 20e75e61cd |
@@ -8,8 +8,7 @@ if (typeof process.env.WEATHER_URL === 'undefined' || typeof process.env.WEATHER
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const buqueda = await ubicacion(process.argv[2])
|
const busqueda = await ubicacion(process.argv[2])
|
||||||
|
const busquedaData = await busqueda.json()
|
||||||
|
|
||||||
console.log(buqueda.status, buqueda.statusText)
|
console.log('Body', busquedaData)
|
||||||
console.log('url', buqueda.url)
|
|
||||||
console.log('Body', await buqueda.json())
|
|
||||||
|
|||||||
Reference in New Issue
Block a user