mirror of https://github.com/Lissy93/dashy.git
✨ Develops a crypto price chart widget
This commit is contained in:
parent
ebd4c48300
commit
65733d2af7
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue