Skip to content
/ goApp Public

Weather app using go, interacting with multiple apis.

Notifications You must be signed in to change notification settings

0ff5ec/goApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

goApp

Version 1: Go app to query for weather of a city. Used HTTP handler and hosted a server over port 8080.

Version 2: Use multiple APIs to provide more accurate data. Also logs time taken to complete. Used synchronous api calls.

Version 3: Made the api calls concurrent using Go channels and routines.

Version 4: Added another api for accuracy. Due to requirements, had to query multiple apis from within.

Version 5: Implemented a Time out after 1 sec, if any of the sources take more than a second.

Complete tutorial: https://howistart.org/posts/go/1/

About

Weather app using go, interacting with multiple apis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages