Skip to content

Repository files navigation

bubble-pocs

A project to try to study bubble tea TUI library.

reference links

some useful APIs to interact

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages