Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 421 Bytes

teachingHospitals

displays US teaching hospitals through Go API and Elm page

API and Webserver Info

A JSON API endpoint of all US teaching hospitals is exposed through a Go webserver. The front end is also served concurrently through another port.

Front end

Written in Elm, the API data is displayed in a table. The user can dynamically search for hospital names, sort columns, and view the address on a map.