From 65733d2af722b4c4ccaffd8ed8793b7629978111 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 11 Dec 2021 18:50:31 +0000 Subject: [PATCH] :sparkles: Develops a crypto price chart widget --- src/utils/defaults.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/defaults.js b/src/utils/defaults.js index 467e45cc..92baa584 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -208,6 +208,7 @@ module.exports = { weather: 'https://api.openweathermap.org/data/2.5/weather', weatherForecast: 'https://api.openweathermap.org/data/2.5/forecast/daily', tflStatus: 'https://api.tfl.gov.uk/line/mode/tube/status', + cryptoPrices: 'https://api.coingecko.com/api/v3/coins/', }, /* URLs for web search engines */ searchEngineUrls: {