https://www.youtube.com/watch?v=SkohUoTVAWg
A web app library that displays information about meteorite landings on earth. [ Try it out at https://meteorlib.netlify.com ]
Uses NASA's Open Data Portal as API, and ReactJS, Redux, TypeScript, JSS for the front-end.
Features:
✔️ Filter controls
✔️ Map localization
✔️ Infinite scroll
✔️ Responsive design
✔️ Personalized color depending on meteorite structure:
- Ordinary chondrite (H, L, LL,...) => green
- Carbonaceous (CI, CM,...) => brown
- Iron => gray
- Others => pink (ish)
git clone https://github.com/2alin/MeteorLib.git
cd MeteorLib
npm install && npm start