UNPKG

hamro-patro-scraper

Version:

A package to scrape Nepali date, time, daily horoscope, gold and silver rates and exchange rates from Hamro Patro.

12 lines (10 loc) 383 B
const getNepaliDateAndTime = require('./routes/date'); const getHoroscope = require('./routes/rashifal'); const getGoldPrices = require('./routes/gold'); const getExchangeRates = require('./routes/exchangeRates'); module.exports = { hamroPatro: getNepaliDateAndTime, getHoroscope: getHoroscope, getGoldPrices: getGoldPrices, getExchangeRates: getExchangeRates };