Skip to content

broden-wanner/country-list-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country List Project

Backend Tests codecov


API Root: https://countrylist.brodenwanner.com

API Docs: https://countrylist.brodenwanner.com/redoc

Documentation: https://countrylist.brodenwanner.com/dev/docs/


This project is an application that receives a three-letter code for a North American Country and returns a list of all countries a driver must travel through to go from the United State of America to the destination. We use a simplified map of North America:

  • CAN - Canada borders the United States
  • USA - The United States borders Canada and Mexico
  • MEX - Mexico borders the United States, Guatemala, and Belize
  • BLZ - Belize borders Mexico and Guatemala
  • GTM - Guatemala borders Mexico, Belize, El Salvador, and Honduras
  • SLV - El Salvador borders Guatemala and Honduras
  • HND - Honduras borders Guatemala, El Salvador, and Nicaragua
  • NIC - Nicaragua borders Honduras and Costa Rica
  • CRI - Costa Rica borders Nicaragua and Panama
  • PAN - Panama borders Costa Rica

Simplified North America

For instance, sending a GET request to countrylist.brodenwanner.com/PAN will result in the following response

{
    "destination": "PAN",
    "list": ["USA", "MEX", "GTM", "HND", "NIC", "CRI", "PAN"]
}

About

Application to list countries in order of travel from the United States.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published