UNPKG

node-coindesk-api

Version:

Simple module to query the CoinDesk Bitcoin Price Index API

7 lines (5 loc) 117 B
"use strict"; function formatDate(date) { return date.toISOString().substr(0, 10); } module.exports = formatDate;