Asteroids -- Contains two files, a server and client. This was built on Ubuntu 18.04.1 LTS
- In terminal, run "node asteroid_server.js"
- In seperate terminal, run "node get_asteroids.js"
The response from the server should appear in the client terminal as such:
Asteroids within the required distance: { "asteroids": [] }