🔭 METEORA API gives you meteors informations
☄️ This API is created for METEORA project (the repository)
- PHP as programming language
- MAMP to launch the server
- phpMyAdmin for the MySQL database
- Insomnia to test the API
Connect to the API with this url : https://meteora-api.louplemaire.fr
| Endpoint | Description |
|---|---|
| getMeteors | List of meteors of the year |
| getDetailedMeteor | Get all the meteor informations |
| getMeteorWeights | List of meteor masses of the year |
| getMedianWeight | Get the median meteor weight for the year |
| getAverageMass | Get the average mass of meteors of the year |
| getBiggestMeteor | Get the biggest meteor of the year |
| getSmallestMeteor | Get the smallest meteor of the year |
| getAvailableYears | List of year with the count of meteors |
| countFallenMeteors | Get the number of fallen meteors of the year |
-
🚀 NASA's Open Data to recover information on all of the known meteor landings
-
🗺 OpenCage API to convert latitude and longitude coordinates of NASA's data to get the place where the meteor fell
⚠️ WARNING : 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.