Skip to content

Instantly share code, notes, and snippets.

@HirotoShioi
Last active June 22, 2017 14:54
Show Gist options
  • Save HirotoShioi/62861a495c736e69845b9b03edd67810 to your computer and use it in GitHub Desktop.
Save HirotoShioi/62861a495c736e69845b9b03edd67810 to your computer and use it in GitHub Desktop.
Slack連携アプリ開発とES6+の便利なAPIの話 ref: http://qiita.com/zikaa/items/633977269f6615a59f8a
const { HIGH24HOUR, LOW24HOUR, PRICE, CHANGE24HOUR, FROMSYMBOL } = currency[exchange];
const availableCoinList = Object.values(coinList.Data).map(data => { return data.Name});
const filterCoins = (currencies = [], exchange = "USD", coinList = {}) => {}
"author_icon":`https://www.cryptocompare.com/${ImageUrl}`,
"fallback": `Current rate for the ${FROMSYMBOL} is ${formatPrice(PRICE, exchange)} ,
const doSomething = () => {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment