md`# Predicted county mortality
Illustration of real-time *WebAPI* mechanism to wrangles data feeds from The Center for Diseases Control (CDC) and The Census Bureau to calculate demographically adjusted estimates of mortality at county-level.
<style>
body {
color:navy;
font-family:arial
}
h1 {
color:brown
}
h2 {
color:maroon
}
h3 {
color:gray
}
a {
target:_blank
}
a:hover {
background-color:yellow;
color:green
}
i {
color:blue
}
code {
color:green;
font-style:italic
}
pre {
color:cyan;
background-color:black
}
select {
color:blue
}
button {
font-size:medium;
background-color:yellow
}
</style>`