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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. bloktor-public bloktor-public Public

    Crypto portfolio for investors with interesting features not found in the market yet

    CSS

  2. matchio-public matchio-public Public

    Matchio is for sports lovers who wants to find the next team player

  3. goobo goobo Public

    Demostration purposes only.

    JavaScript

  4. 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){