Adds domain name monitor widget

This commit is contained in:
Alicia Sykes
2022-05-28 14:43:26 +01:00
committed by Alicia Sykes
parent 659d85036b
commit c8acd6e1bc
5 changed files with 255 additions and 5 deletions

View File

@@ -224,6 +224,7 @@ module.exports = {
cryptoPrices: 'https://api.coingecko.com/api/v3/coins/',
cryptoWatchList: 'https://api.coingecko.com/api/v3/coins/markets/',
cveVulnerabilities: 'https://www.cvedetails.com/json-feed.php',
domainMonitor: 'https://api.whoapi.com',
ethGasPrices: 'https://ethgas.watch/api/gas',
ethGasHistory: 'https://ethgas.watch/api/gas/trend',
exchangeRates: 'https://v6.exchangerate-api.com/v6/',