There have been speculations of a possible collision between Earth and asteroids. NASA NeoWs API provides data collected by the satellites. The data can be numerous and can become difficult to analyze. Near-Earth Objects Visualizer comes in to solve this issue. The data can be presented visually by recreating space using web technologies such as webgl and threejs.
The live version can be found here.
- React.js
- react-hooks
- Redux
- threejs
- webgl
To get a local copy up and running follow these simple steps.
- Clone the repository to your local machine
$ git clone https://github.com/wathigo/Near-Earth-Objects-Visualizer.git- cd into the directory
$ cd Near-Earth-Objects-Visualizer- install dependencies
npm installor if you are using yarn:
yarn installStart the development server
npm startor with yarn:
yarn startYou will be redirected to localhost:3000 after starting the development server.
To run the test, run:
npm test👤 Simon Wathigo
- Linkedin: Simon Wathigo
- Github: @wathigo
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!