Skip to content

Commit

Permalink
Add real response
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Jan 21, 2021
1 parent 201d8f8 commit 429e8ad
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@ async function main () {
```

### Response
```json
```js
[
{
"date": Timestamp,
"value": Number
},
{
"date": Timestamp,
"value": Number
},
{ date: 1579651200000, value: 1.1093 },
{ date: 1579737600000, value: 1.1054 },
{ date: 1579824000000, value: 1.1025 },
{ date: 1580083200000, value: 1.1018 },
...
]
```
Expand Down

0 comments on commit 429e8ad

Please sign in to comment.