Skip to content

API to take data temperature and humidity and send to prediction service ๐ŸŒก๏ธ

License

Notifications You must be signed in to change notification settings

BiaChacon/weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation


Weather API

About โ€ข How it works โ€ข Authors โ€ข License

โ„น๏ธ About

API Restful to obtain data temperature and humidity from the website The Weather Channel, using stack with Python and Flask. And send to the prediction service.


๐Ÿš€ How it works

๐Ÿ‘‰ Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Python, Pip, GeckoDriver and Firefox. In addition, it is good to have an editor to work with the code like VSCode.

๐Ÿ Start

# Clone this repository
$ git clone https://github.com/BiaChacon/weather-api.git

# Access the project folder cmd/terminal
$ cd weather-api

๐ŸŽฒ Running the server

# go to the api folder
$ cd src

# install the dependencies
$ pip install requirements.txt

# Run the application
$ python app.py

# The server will start at port: 5000 - go to http://localhost:5000

๐ŸŒกGet data

# go to the project folder
$ cd weather-api

#Run the application
$ python send_data.py

๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป Authors


Bia Chacon

๐Ÿ’ป

๐Ÿ“ License

This project is under MIT. See at here LICENSE for more information.


About

API to take data temperature and humidity and send to prediction service ๐ŸŒก๏ธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages