-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
14 lines (14 loc) · 821 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>METEORA API</title>
</head>
<body>
<h1>Welcome in METEORA API</h1>
<p><strong>METEORA API</strong> gives you meteors informations. This API is based on <strong>NASA's Open Data</strong> and <strong>OpenCage API</strong>.</p>
<a href="https://github.com/louplemaire/meteora-api" alt="METEORA API repository">Look the repository</a>
<p><i><strong>WARNING :</strong> This site has been created for educational purposes as part of the Grande Ecole curriculum of the HETIC school. The contents and data presented have not been the subject of a request for right of use. This site will in no case be exploited for commercial purposes.</i></p>
</body>
</html>