Skip to content

Commit

Permalink
Sat, Jul 27, 2024, 2:07 PM +03:00
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdoullahBougataya committed Jul 27, 2024
1 parent 69fc785 commit 336ac5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
## Introduction
One day an idea came to my mind to create a game that simulate rocket development using real world rocket physics. So naturally a started searching for an API that stores data about orbital rocket engines. I found many [APIs](https://github.com/r-spacex/SpaceX-API) related to space launch systems but I was not able to find a proper API that stores in informations about rocket engines. Due to the hard nature of creating a game that simulate rocket development and my limited knowledge in game development I decided to cancel that project and rather decided to focus on making an **API that stores orbital rocket engines** informations.

## Usage

To start serving this API,

## Walkthrough
> The data scrapping and the database updating is made using [python](https://www.python.org/)
* The file `scrapper.py` returns a function called `scrapper()`, this is the function that scrappes the net (Wikipedia in this example) for data about the orbitale rocket engines.
Expand All @@ -18,3 +22,5 @@ One day an idea came to my mind to create a game that simulate rocket developmen
* The API supports two parameters:
* The `id` parameter, should be given the number used to identify the engine in the database.
* The `engine` parameter, should be given the name of the of the rocket engine.

This project was made to serve as a final project for CS50.

0 comments on commit 336ac5b

Please sign in to comment.