Skip to content

Commit

Permalink
updating links.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abimuthukumarubc authored May 22, 2024
1 parent 16f189b commit 0d7517f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slides/what-is-an-api.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ <h2>What is an API?</h2>
<p style="font-size:0.7em">Source: <a href="https://developers.google.com/maps/documentation/embed/start" target="_blank">Google Maps Embed API</a></p>
</div>
<div class="fragment fade-in-then-out" style="position:absolute; top:35%;">
<iframe style="background-color: white;" width=70% height="300" src="https://api.nasa.gov/insight_weather/?api_key=DEMO_KEY&feedtype=json&ver=1.0"></iframe><ul>
<p style="font-size:0.7em">Source: <a href="hhttps://api.nasa.gov/#insight" target="_blank">Insight: Mars Weather Service API (NASA)</a></p>
<iframe style="background-color: white;" width=70% height="300" src="https://api.weather.gc.ca/collections/hydrometric-daily-mean/items"></iframe><ul>
<p style="font-size:0.7em">Source: <a href="https://eccc-msc.github.io/open-data/msc-geomet/ogc_api_en/#ogc-api-features" target="_blank">Insight: Mars Weather Service API (NASA)</a></p>
</div>
<div class="fragment fade-in" style="position:absolute; top: 35%; left:5%">
Control and monitor access to your resources
Expand All @@ -68,9 +68,9 @@ <h2>What is an API?</h2>
<section>
<p><b>RESTful API</b>: A type of API where the communication happens via HTTP, often using a browser</p>
<div class="fragment" style="line-height:0.7em">
<code style="font-size:0.7em;">https://api.nasa.gov/insight_weather/?api_key=DEMO_KEY&feedtype=json&ver=1.0</code>
<code style="font-size:0.7em;">https://api.weather.gc.ca/collections/hydrometric-daily-mean/items</code>
</div>
<iframe class="fragment" style="background-color: white; border:1px solid lightgrey;margin-top:30px" width=70% height="300" src="https://api.nasa.gov/insight_weather/?api_key=DEMO_KEY&feedtype=json&ver=1.0"></iframe>
<iframe class="fragment" style="background-color: white; border:1px solid lightgrey;margin-top:30px" width=70% height="300" src="https://api.weather.gc.ca/collections/hydrometric-daily-mean/items"></iframe>

</section>

Expand Down

0 comments on commit 0d7517f

Please sign in to comment.