sadeeqaji/ascent
Using the [NASA API](https://api.nasa.gov/api.html#NeoWS), create a **Node.js console application** that, given a distance X (km) and a diameter Y (km) as paramters, displays the **last 20** asteroids that are potentially dangerous for us. A dangerous asteroid is defined as an object whose distance from Earth is less than X meters and whose diameter is bigger or equal than Y meters.
JavaScript
Stargazers
No one’s star this repository yet.