Skip to content

esadek/spacex-launch-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceX Launch Tracker

Continuous Integration License

SpaceX Launch Tracker is an open source web application for exploring data about upcoming and past SpaceX launches. It was created by Emil Sadek using Flask and Bootstrap, with data from SpaceX-API.

Installation

Clone repository and change directory:

$ git clone https://github.com/esadek/spacex-launch-tracker.git
$ cd spacex-launch-tracker

Create and activate virtual environment:

$ python3 -m venv env
$ source env/bin/activate

Install required packages:

$ pip install -r requirements.txt

Run app:

$ python src/app.py

Testing

Run all tests with pytest:

$ pytest

About

Explore SpaceX launch data

Topics

Resources

License

Stars

Watchers

Forks

Contributors