-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gcloud (parte grupal) y revision de API - rubromgui
- Loading branch information
Showing
5 changed files
with
64 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# This file specifies files that are *not* uploaded to Google Cloud | ||
# using gcloud. It follows the same syntax as .gitignore, with the addition of | ||
# "#!include" directives (which insert the entries of the given .gitignore-style | ||
# file at that point). | ||
# | ||
# For more information, run: | ||
# $ gcloud topic gcloudignore | ||
# | ||
.gcloudignore | ||
# If you would like to upload your .git directory, .gitignore file or files | ||
# from your .gitignore file, remove the corresponding line | ||
# below: | ||
.git | ||
.gitignore | ||
|
||
# Node.js dependencies: | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# SOS2324-13 | ||
|
||
Version inicial | ||
- **Team** | ||
- [Aaron López Leal](https://github.com/aaronlopezleal) | ||
- [Rubén Romero Guisado](https://github.com/rubromgui) | ||
- [Antonio López Barrios](https://github.com/antlopbar) | ||
- **Project description**: Our information sources are aimed at analyzing if there is a relationship between the risk of natural disasters by country, salaries and the most common mental problems. | ||
- **Repository**: [gti-sos/SOS2324-13](https://github.com/gti-sos/SOS2324-13) | ||
- **URL**: TBD | ||
- **APIs**: | ||
- RRG: https://sos2324-13.ew.r.appspot.com/samples/RRG | ||
- TBD | ||
- TBD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
runtime: nodejs18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<html> | ||
<body> | ||
<h1>SOS2324-13</h1> | ||
<h3>Team</h3> | ||
<p> | ||
<a href="https://github.com/aaronlopezleal">Aaron López Leal</a> | ||
<br> | ||
<a href="https://github.com/rubromgui">Rubén Romero Guisado</a> | ||
<br> | ||
<a href="https://github.com/antlopbar">Antonio López Barrios</a> | ||
</p> | ||
|
||
<h3>Project description</h3> | ||
<p> | ||
Our information sources are aimed at analyzing if there is a relationship between the risk of natural disasters by country, salaries and the most common mental problems. | ||
</p> | ||
<h3>Repository</h3> | ||
<p> | ||
<a href="https://github.com/gti-sos/SOS2324-13">gti-sos/SOS2324-13</a> | ||
</p> | ||
|
||
<h3>URL</h3> | ||
<p>TBD</p> | ||
|
||
<h3>APIs</h3> | ||
<p> | ||
- RRG: <a href="https://sos2324-13.ew.r.appspot.com/samples/RRG">https://sos2324-13.ew.r.appspot.com/samples/RRG</a> | ||
<br> | ||
- TBD: | ||
<br> | ||
- TBD: | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters