Data scraper for the Dashboard API
This scraper fetches data from some public APIs or websites, handles the data and then passes it on to the dashboard-backend.
The data is used in personal use only and the data is scraper manually, maximum once per day.
Build changes with:
gulp
Pre-fetch data with:
gulp prefetch
Run tests with:
gulp test
Install dependencies with:
npm install
Run scraping with (do not run this often)
npm run scrape
MIT © Hannu Kärkkäinen