You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Why this wrapper
6
6
7
-
The API responses from the [ENTSO-E Transparency Platform](https://transparency.entsoe.eu) are formatted in XML, which may not be easily consumable in JavaScript applications. This wrapper automatically converts the response into the more compatible JSON format.
7
+
The API responses from the [ENTSO-E Transparency Platform](https://transparency.entsoe.eu) are formatted in XML, which may not be easily consumable in JavaScript applications. This wrapper transforms the response into the more compatible JSON format.
-[Transparency Platform API spec.](https://transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html)
@@ -18,7 +18,7 @@ The API responses from the [ENTSO-E Transparency Platform](https://transparency.
18
18
-[Public REST Endpoints](#public-rest-endpoints)
19
19
-[dayAheadPrices](#day-ahead-prices)
20
20
-[Miscellaneous](#miscellaneous)
21
-
-[BiddingZones](#bidding-zones)
21
+
-[Bidding zones](#bidding-zones)
22
22
23
23
### Installation
24
24
@@ -29,13 +29,13 @@ The API responses from the [ENTSO-E Transparency Platform](https://transparency.
29
29
To use this wrapper, you must first register with the Transparency Platform and request access to the RESTful API by sending an email to [email protected] with 'Restful API access' in the subject line. Be sure to include the email address you used during registration in the email body. Once granted access, you can then generate a security token under the account settings.
| biddingZone | String | true || Check out the utility [`BiddingZonesByCountry`](https://github.com/rabinage/entsoe-api-node#bidding-zones) for available zones/areas. |
87
+
| startDate | String |true|| ISO 8601 formated date string|
88
+
| endDate | String | false |`startDate` + next day | ISO 8601 formated date string |
89
89
90
90
- One year range limit applies
91
91
- Minimum time interval between `startDate` and `endDate` is one day
@@ -158,14 +158,16 @@ console.log(
158
158
159
159
### Miscellaneous
160
160
161
-
#### BiddingZones
161
+
#### Bidding zones
162
162
163
163
An utility bidding zone map is also being exported by the package in order for you to make readable request while using the API.
##### This project is based on the [node-module-swc-cjs](https://github.com/rabinage/starters/tree/main/node-module-swc-cjs) starter. Check it out for more production ready starters!
0 commit comments