Skip to content
View dannyBuonocore's full-sized avatar
🧻
never forget
🧻
never forget

Organizations

@octobercms @LiveCoinWatch @albrightlabs
Block or Report

Block or report dannyBuonocore

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

  1. bitbuddies-com/bitbuddies bitbuddies-com/bitbuddies Public

    C++

  2. odds odds Public

    Chrome extension to display book totals for betting markets

    JavaScript

  3. lcw-api-excel-scriptlab.js lcw-api-excel-scriptlab.js
    1
    $('#run').click(() => tryCatch(run));
    2
    
                  
    3
    async function run() {
    4
      const response = await fetch(new Request('https://api.livecoinwatch.com/coins/single'), {
    5
        method: 'POST',
  4. lcw-api-google-sheets.js lcw-api-google-sheets.js
    1
    function run() {
    2
      var response = UrlFetchApp.fetch('https://api.livecoinwatch.com/coins/single', {
    3
        'method': 'post',
    4
        'headers': {
    5
          'Content-type': 'application/json; charset=UTF-8',
  5. lcw-api-python.py lcw-api-python.py
    1
    import requests
    2
    import json
    3
    
                  
    4
    payload = {
    5
    	"currency": "USD",
  6. Google Sheets script to fetch Alexa ... Google Sheets script to fetch Alexa ranks
    1
    const formatCommas = (num) => num.replace(/\B(?=(\d{3})+(?!\d))/g, ',');
    2
    
                  
    3
    /**
    4
     * @customfunction
    5
     */