Skip to content

ajdershem/spacestuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Space Stuff

  • Who is currently in space(via API)
  • Displays a nice looking webpage with the people currently in space
  • ISS location and show on map
  • Use the clients location to say when the ISS will pass over next.

We will leverage the following technology

  • Python 3
  • Flask
  • Requests

INSTALL

clone repo

git clone [email protected]:ajdershem/spacestuff.git

setup virtualenv

cd spacestuff
mkvirtualenv --python=`which python3` spacestuff
pip3 install -r requirements.txt

run

   cd app
   python3 app.py

About

Test python listing who is currently in space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published