-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·52 lines (44 loc) · 1.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: default
title: Home
---
<div class="jumbotron">
<h1>Predict the Sky API</h1>
<p class="lead">The API to find out when the weather is good enough to see
cool things in the night sky, anywhere in the world.</p>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span6">
<h4>Space & Weather</h4>
<p>We combine global weather data with a comprehensive library of space
events, from the International Space Station passing overhead to planets
visible with the naked eye. Simple API calls let you find out when the
next interesting space events will be visible, from any location
worldwide.</p>
<h4>Space Events</h4>
<p>Space events are drawn from public data sources and our own planetary
and moon-phase calculations. It tracks:</p>
<ul>
<li>Satellites</li>
<li>International Space Station (ISS)</li>
<li>Meteor Showers</li>
<li>Lunar Eclipses</li>
<li>Planets</li>
<li>Moon phases</li>
<li>Comets</li>
<li>Iridium Flares</li>
</ul>
</div>
<div class="span6">
<h4>Global Weather Forecast</h4>
<p>We use global weather data to tell you when the skies will be clear
enough to see the stars. We combine forecast data from the
<a href="http://www.metoffice.gov.uk/datapoint">Met Office</a> and
<a href="https://developer.forecast.io/">Forecast.io</a>.</p>
<h4>Open Source</h4>
<p>The API is a Flask-based Python Web application, depending on a few
libraries. The code is on <a href="https://github.com/PredictTheSky">GitHub
</a></p>
</div>
</div>