Skip to content

dnorby/wot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

World of Transport

A command-line application for finding transport hubs within a specified distance from a given location.

Overview

This application queries an IBM Cloudant database containing information about transport hubs (airports) worldwide. Users can search for hubs within a certain distance of their location by providing latitude, longitude, and maximum distance. Results are sorted by ascending distance.

Requirements

  • Go 1.25.4 or later
  • Internet connection (to query the Cloudant database)

Installation

Build and run the application

git clone https://github.com/dnorby/wot.git
cd wot

go mod tidy
go build -o wot
./wot

This will create an executable named wot in the current directory.

License

This project was created as a coding exercise.

About

World of Transport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages