Skip to content

Meteorite Explorer App - Solo Project as part of Chingu Voyage 9 Prework

Notifications You must be signed in to change notification settings

nkthakur48/meteorite-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteorite Explorer App

Solo project as part of Chingu Voyage 9 Prework

This app lets users list & search through the NASA Meteorite dataset (~48K entries)

More Details:

NASA Meteorite API Endpoint - https://data.nasa.gov/resource/gh4g-9sfh.json

A sample JSON response from above API is:

[
  {
    fall: "Fell",
    geolocation: {
      latitude: "50.775",
      longitude: "6.08333"
    },
    id: "1",
    mass: "21",
    name: "Aachen",
    nametype: "Valid",
    recclass: "L5",
    reclat: "50.775000",
    reclong: "6.083330",
    year: "1880-01-01T00:00:00.000"
  },
  {
    fall: "Fell",
    geolocation: {
      latitude: "56.18333",
      longitude: "10.23333"
    },
    id: "2",
    mass: "720",
    name: "Aarhus",
    nametype: "Valid",
    recclass: "H6",
    reclat: "56.183330",
    reclong: "10.233330",
    year: "1951-01-01T00:00:00.000"
  }
];

About

Meteorite Explorer App - Solo Project as part of Chingu Voyage 9 Prework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published