🧻
never forget
Founder of LiveCoinWatch & BitBuddies
- New York, USA
- livecoinwatch.com
- https://bitbuddies.com/
- @dannyBuonocore
Highlights
Pinned Loading
-
-
-
lcw-api-excel-scriptlab.js
lcw-api-excel-scriptlab.js 1$('#run').click(() => tryCatch(run));
23async function run() {
4const response = await fetch(new Request('https://api.livecoinwatch.com/coins/single'), {
5method: 'POST',
-
lcw-api-google-sheets.js
lcw-api-google-sheets.js 1function run() {
2var response = UrlFetchApp.fetch('https://api.livecoinwatch.com/coins/single', {
3'method': 'post',
4'headers': {
5'Content-type': 'application/json; charset=UTF-8',
-
lcw-api-python.py
lcw-api-python.py 1import requests
2import json
34payload = {
5"currency": "USD",
-
Google Sheets script to fetch Alexa ...
Google Sheets script to fetch Alexa ranks 1const formatCommas = (num) => num.replace(/\B(?=(\d{3})+(?!\d))/g, ',');
23/**
4* @customfunction
5*/
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.