Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pedrohcleal/timeAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohcleal committed Aug 21, 2024
2 parents c0f9b3c + 33f8069 commit 0102e78
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![In development](https://img.shields.io/badge/status-In%20development-red)
![FastAPI](https://img.shields.io/badge/FastAPI-007ACC?style=flat&logo=fastapi&logoColor=white)
![Selenium](https://img.shields.io/badge/Selenium-43B02A?style=flat&logo=selenium&logoColor=white)
![BeautifulSoup](https://img.shields.io/badge/BeautifulSoup-FFD700?style=flat&logo=python&logoColor=black)
![requests](https://img.shields.io/badge/requests-FF6F61?style=flat&logo=requests&logoColor=white)
![webdriver_manager](https://img.shields.io/badge/webdriver_manager-00B2A9?style=flat&logo=python&logoColor=white)
Expand All @@ -11,10 +10,8 @@ This is an API that retrieves the current temperature of cities around the world
## Technologies Used

- **FastAPI**: Web framework for creating the API.
- **Selenium**: For automating navigation and data collection from Time and Date pages.
- **BeautifulSoup**: For parsing and extracting data from HTML pages.
- **requests**: For making HTTP requests.
- **webdriver_manager**: For managing the Chrome WebDriver.

## Features

Expand Down Expand Up @@ -54,7 +51,7 @@ pip install -r requirements.txt

- **handler.py**: Contains functions for collecting and processing city and temperature data.
- **main.py**: Defines the API endpoints using FastAPI.
- **utils.py**: Helper functions for text sanitization and data saving.
- **crud.py**: Helper functions for text sanitization and data saving.

## Dependencies

Expand Down

0 comments on commit 0102e78

Please sign in to comment.