A project to try to study bubble tea TUI library.
- Intro to Bubble Tea in Go - Andy Haskell
- Building UI of Golang CLI app with Bubble Tea - Vladimir Dulenov
- I don't get Bubbletea - Reddit
- Views - Bubble Tea examples - GitHub
- bubbletea/examples/textinputs/main.go - GitHub
- Aikar's Start Script Generator tsx code - Github
- Aikar's Flags - PaperMC
- Aikar's Flags' based Startup Script Generator
curl https://api.coindesk.com/v1/bpi/currentprice/BRL.json | jq .
{
"time": {
"updated": "Oct 18, 2024 00:10:45 UTC",
"updatedISO": "2024-10-18T00:10:45+00:00",
"updateduk": "Oct 18, 2024 at 01:10 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",
"bpi": {
"USD": {
"code": "USD",
"rate": "67,319.253",
"description": "United States Dollar",
"rate_float": 67319.2527
},
"BRL": {
"code": "BRL",
"rate": "380,575.931",
"description": "Brazil Real",
"rate_float": 380575.9312
}
}
}curl https://api.coindesk.com/v1/bpi/currentprice.json | jq .
{
"time": {
"updated": "Oct 18, 2024 00:14:07 UTC",
"updatedISO": "2024-10-18T00:14:07+00:00",
"updateduk": "Oct 18, 2024 at 01:14 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": "67,286.319",
"description": "United States Dollar",
"rate_float": 67286.3186
},
"GBP": {
"code": "GBP",
"symbol": "£",
"rate": "51,699.645",
"description": "British Pound Sterling",
"rate_float": 51699.6448
},
"EUR": {
"code": "EUR",
"symbol": "€",
"rate": "62,134.205",
"description": "Euro",
"rate_float": 62134.2052
}
}
}curl -L \
-H "Accept: application/vnd.github+json" \
https://api.github.com/repos/PurpurMC/PurpurExtras/releases