-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tropi•Tracker API</title>
<body>
<a href="/index.json">All outlooks & active cyclones</a> (this is basically everything from the links below but combined)
<br>
<a href="/outlooks.json">Outlooks</a>
<br>
<a href="/hurricanes.json">All active hurricanes</a>
<br>
<a href="/tropical-storms.json">All active tropical storms</a>
<br>
<a href="/tropical-depressions.json">All active tropical depressions and potential tropical cyclones</a>
<br>
<br>
This is the official TropiTracker API.
<br>
<br>
Anyone may use this API.
<br>
Click or copy the above links to use them in your application.
<br>
<br>
<br>
Resources:
<br>
TropiTracker: <a href="https://tropitracker.com">https://tropitracker.com</a>
<br>
TropiTracker GitHub: <a href="https://github.com/TropiTracker">https://github.com/TropiTracker</a>
<br>
TropiTracker source code: <a href="https://github.com/TropiTracker/tropitracker.com">https://github.com/TropiTracker/tropitracker.com</a>
<br>
TropiTracker API source code: <a href="https://github.com/TropiTracker/api.tropitracker.com">https://github.com/TropiTracker/api.tropitracker.com</a>
</body>
</html>