Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 694 Bytes

Personal Timeline

This projects scans Various feeds of my web presence and outputs a json file that can be used as static data for a personal hub.

Installation

  • Clone/download the repo.
  • npm install

Scraping the resources

  • npm run scrape

Changing the scrape methods

  • Edit the node-methods/scrape.js file to tailor it to your needs.

Building the output

  • npm run build

Other Commands

This project was bootstrapped with Create React App.

You can find the most recent version of this guide here.