UNPKG

apify-rbc-pages

Version:

Convert data on the RBC page of choice to a JSON

12 lines (8 loc) 188 B
const { fetch } = require('../../utils'); const urlRates = 'https://contact.rbc.com/gicrates/index.php'; function getGic() { return fetch(urlRates); } module.exports = { getGic, };