Skip to content

Commit

Permalink
add link api-data, install dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
toravest committed Mar 16, 2025
1 parent 4f7dd7f commit 6e0a78a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.vscode/
/__pycache__/
*.pyc
/venv/
/venv/
.env
9 changes: 8 additions & 1 deletion data/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Data-description
# Data-description

API from openweathermap
[API](https://openweathermap.org/)

Possible dataset - Natural Disasters:
[Dataset 1](https://www.kaggle.com/datasets/brsdincer/all-natural-disasters-19002021-eosdis)

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ pycparser==2.22
Pygments==2.19.1
pyparsing==3.2.1
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-json-logger==3.2.1
python-slugify==8.0.4
pytz==2025.1
Expand Down

0 comments on commit 6e0a78a

Please sign in to comment.