Add weather extension
This commit is contained in:
parent
fd72d55b53
commit
bb735b15bd
3 changed files with 17 additions and 0 deletions
BIN
images/extensions/weather_large.png
Normal file
BIN
images/extensions/weather_large.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 43 KiB |
BIN
images/extensions/weather_small.png
Normal file
BIN
images/extensions/weather_small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 20 KiB |
17
index.html
17
index.html
|
@ -438,6 +438,23 @@
|
|||
<span class="tag hardware" title="Hardware Extension">Requires Hardware</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=https://khanning.github.io/scratch-weather-extension/weather_extension.js" data-action="load-url">
|
||||
<header>
|
||||
<h2>Weather</h2>
|
||||
<p class="author">Sayamindu Dasgupta, Kreg Hanning</p>
|
||||
</header>
|
||||
<img src="images/extensions/weather_small.png" />
|
||||
</a>
|
||||
<section class="description">
|
||||
<p>Access live weather information</p>
|
||||
<a href="?url=https://khanning.github.io/scratch-weather-extension/examples/WeatherExample.sbx" data-action="load-url">Sample Project</a>
|
||||
<a href="https://khanning.github.io/scratch-weather-extension/" target="_blank">Documentation</a>
|
||||
</section>
|
||||
<section class="tags">
|
||||
<span class="tag web" title="Web Extension">Requires Internet Connection</span>
|
||||
</section>
|
||||
</li>
|
||||
<li>
|
||||
<a href="?url=https://MrYsLab.github.io/xi4s.js" data-action="load-url">
|
||||
<header>
|
||||
|
|
Reference in a new issue