🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

susd-page-parser

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

susd-page-parser

Turn the HTML from Shut Up And Sit Down's website into a data structure

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
3
-25%
Maintainers
1
Weekly downloads
 
Created
Source

susd-page-parser

A function which, given the html from the games/videos pages at shutupandsitdown.com, spits out a data structure.

Example output:

[ { url: 'https://www.shutupandsitdown.com/games/dead-of-winter-the-long-night/',
    title: 'Dead of Winter: The Long Night',
    imageUrl: 'https://www.shutupandsitdown.com/wp-content/uploads/2016/09/pic2906832.jpg',
    tags:
     [ 'dead-of-winter-the-long-night',
       'susd-recommends',
       'heavy-games',
       'bluffing-games',
       'expansions' ] },
  { url: 'https://www.shutupandsitdown.com/games/inis/',
    title: 'Inis',
    imageUrl: 'https://www.shutupandsitdown.com/wp-content/uploads/2016/08/pic3112623_lg.jpg',
    tags: [ 'inis', 'susd-recommends', 'war-games', 'games-for-two' ] } ]

License

WTFPL

Keywords

su&sd

FAQs

Package last updated on 28 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts