Continuing on from last time, let’s see how to return a status message from our ASP.NET Core API endpoints, and by convention, display those results in our application as Bootstrap Alerts!
try-catch-FAIL
Stories from the trenches of software development.
Month: <span>February 2018</span>
A Simple Node App to Generate Random Addresses and Geocode Them – Finishing Touches
Our CLI app works, but it sure would be awesome if it had some additional features. In this post, we’ll add support for command-line options, JSON output, and automatic copy-to-the-clipboard. Let’s dive right in! If you’re just jumping on, you can check out the previous parts here: Part 1, Part 2, Part 3, and Part…
A Simple Node App to Generate Random Addresses and Geocode Them – Geocoding Results with the Google Maps API
Our address-generator CLI app is now capable of grabbing a random US address. We just need to geocode that address. In this post, we’ll leverage the Google Map Geocoding API to do exactly that!