Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 831 Bytes

File metadata and controls

47 lines (28 loc) · 831 Bytes

Steam Scrape

A simple Puppeteer script that scrapes the latest played game info from my Steam profile page.


Prerequisites

Installing

npm install

Running

npm start

Expected Output

You should see something similar to the following in your console:

> node app.js

{"name":"Peggle Nights","date":"last played on 22 Aug"}
Content saved to output.json

Built With

Authors

Acknowledgments