updated README.md

main
Fran314 4 weeks ago
parent 3b694826c4
commit 9032a38706

@ -19,12 +19,12 @@ The script scrapes the weather forecast from the implemented sources (see the
table below) and returns an object with the following fields table below) and returns an object with the following fields
- **today:** an object with elements from the hour after the current one to - **today:** an object with elements from the hour after the current one to
23, of type hourly (see below) 23, of type `hourly` (see below)
- **tomorrow:** an object with elements from hours 0 to 23, of type hourly - **tomorrow:** an object with elements from hours 0 to 23, of type `hourly`
(see below) (see below)
- **dayAfterTomorrow:** an object with elements from hours 0 to 23, of type - **dayAfterTomorrow:** an object with elements from hours 0 to 23, of type
hourly (see below) `hourly` (see below)
- **week:** an object with days 0 to 6, of type daily - **week:** an object with days 0 to 6, of type `daily`
- **format:** an object specifying the meaning of `hourly` and `daily` type - **format:** an object specifying the meaning of `hourly` and `daily` type
for the objects above for the objects above

Loading…
Cancel
Save