Skip to content
View yhauxell's full-sized avatar
⌨️
Coding, always!
⌨️
Coding, always!

Block or report yhauxell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bitpaper bitpaper Public

    A secure CLI tool to generate paper wallets for multiple cryptocurrencies (Bitcoin, Ethereum, Solana, Chainlink)

    TypeScript 3

  2. open-cookie-consent-banner open-cookie-consent-banner Public

    A full-featured, GDPR-compliant cookie consent solution with traceability support, compatible with shadcn/ui registry

    TypeScript 6

  3. Get coin data from CoinGecko API int... Get coin data from CoinGecko API into google sheet
    1
    function COINGECKO(input = 'bitcoin', property = 'all', currency = 'usd') {
    2
      Logger.log(`Search for #> ${input} @prop: ${property} @currency: ${currency}`);
    3
      const cache = CacheService.getScriptCache();
    4
      let coinData = cache.get(input);
    5
      if(!coinData){