Skip to content

Instantly share code, notes, and snippets.

@geryit
Last active April 4, 2019 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geryit/7d109844807a0044d4e70050682c0236 to your computer and use it in GitHub Desktop.
Save geryit/7d109844807a0044d4e70050682c0236 to your computer and use it in GitHub Desktop.
carbon healthline widget
<!doctype html>
<html lang="en">
<head>
  <style>#carbonhealth-widget iframe {min-height: 310px;width: 425px;}</style>
</head>

<body>
  <div id="carbonhealth-widget"></div>
  
  <script src="https://pym.nprapps.org/pym.v1.min.js"></script>
  
  <script>
    new pym.Parent('carbonhealth-widget', 'https://carbonhealth.com/healthline-widget/abdominal-pain', {  });
  </script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment