The capstone project outlined here will be to create a CLI tool (named ziplook
) that, given a postal code, opens a browser that takes the user to Google Maps and drops a pin at the latitude and longitude of said postal code. The project will involve creating a API server for the CLI to interact with. The API will be hosted online using a third party Platform as a Service (PaaS) provider (Zeet) and be reacheable by issuing HTTP GET requests (no authorization required).
I will demonstrate the following:
- Building a REST API in Go
- Integrating with a remote API (https://api.zippopotam.us)