#!/bin/bash printf -v coin '%s' -1 # ergopad.sh sigrsv price() { # A function that pulls cryptocurrency price data from ergopad # and formats it into a multi-currency banner for the console curl -X 'GET' 'https://ergopad.io/api/asset/price/'"$1"'' \ -H 'accept: application/json' 2> /dev/null | # sends download data to /dev/null sed 's/.*://' | # Removes everything … Continue reading bash: Getting a Cryptocurrency Price From Console Using Ergopad
Category: articles
Frank’s Box: The Real Telephone to the Dead
"‘Yes, I am Frank Sumption, and I made the original Frank’s Box, or the Ghost box. I am on Facebook, but even there, the interaction with the public is disappointing. Very few are interested, everyone knows better, no matter what these boxes say. I can not tell if I hear nothing and the 'voices' are … Continue reading Frank’s Box: The Real Telephone to the Dead
