Skip to content

Commit

Permalink
feat(quicktype):general parsing in working state
Browse files Browse the repository at this point in the history
  • Loading branch information
redoxahmii committed Jun 14, 2024
1 parent 7c0b37e commit 6cfa25f
Show file tree
Hide file tree
Showing 5 changed files with 1,214 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/plenary.nvim
node_modules
test-files
32 changes: 32 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"time": {
"updated": "Apr 8, 2024 02:04:03 UTC",
"updatedISO": "2024-04-08T02:04:03+00:00",
"updateduk": "Apr 8, 2024 at 03:04 BST"
},
"disclaimer": "This data was produced from the CoinDesk Bitcoin Price Index (USD). Non-USD currency data converted using hourly conversion rate from openexchangerates.org",
"chartName": "Bitcoin",
"bpi": {
"USD": {
"code": "USD",
"symbol": "$",
"rate": "69,391.306",
"description": "United States Dollar",
"rate_float": 69391.3063
},
"GBP": {
"code": "GBP",
"symbol": "£",
"rate": "55,001.701",
"description": "British Pound Sterling",
"rate_float": 55001.7005
},
"EUR": {
"code": "EUR",
"symbol": "€",
"rate": "64,090.296",
"description": "Euro",
"rate_float": 64090.2962
}
}
}
Loading

0 comments on commit 6cfa25f

Please sign in to comment.