Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 904 Bytes

File metadata and controls

25 lines (20 loc) · 904 Bytes

Exo-rious

In this Web-App the data related to exo-planets are showed in creative and attractive way for those who are curious to know about exo-planets available in our solar system . The datasets that are used are taken from NASA data available for exo planets . Responsive graphs that are used in this web app is made from d3 and canvas js to show graph more user friendly , attractive and easy to learn .

How It Works :-

You need a web server. I used python to initiate a web server.

Check python version in your operating system . Type following commands in your command prompt .

> python --version
> Python 3.6.5

Now through cmd go to your exo-rious project directory and then create a local server using these commands .

> python -m http.server
> Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...

Now open localhost:8000/ in your web browser