• Operand
  • ./bin/ganged/upon.

gram: luck

> ./sample-data-old/bitcoin-price.1.highlighter

Lenses
(coming soon!)


{
  "id": "bitcoin-price.1",
  "name": "test",
  "properties": [
    {
      "name": "$",
      "formula": "${/[A-Z]+/:currency}",
      "visibility": "HIDDEN"
    },
    {
      "name": "price",
      "formula": "FetchJSON(`https://api.coindesk.com/v1/bpi/currentprice/${TextOfHighlight(currency)}.json`, 5)?.bpi[TextOfHighlight(currency)].rate_float",
      "visibility": "INLINE"
    }
  ]
}