Skip to content

Global flight tracker and asteroid data using NASA API, React.js, Styled-compnents and 3d earth charts from eCharts.

Notifications You must be signed in to change notification settings

zimboflyman/fire-ball

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run - 4 easy steps

  1. clone the main branch locally

In the project root directory,

  1. install dependences by running yarn

  2. run the following in terminal to get around CORS issues - this will open a new chrome window ready for http://localhost:3000 (This gets around CORS issues otherwise the api data will not be returned)

open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security

  1. run yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.


This project was bootstrapped with Create React App.

About

Global flight tracker and asteroid data using NASA API, React.js, Styled-compnents and 3d earth charts from eCharts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published