get-view-state

0.0.2 • Public • Published

Get View State

Extract the view state value from an html page parsed with cheerio Build Status

Installation

npm install -S get-view-state

Usage

var inspect = require('eyespect').inspector();
var cheerio = require('cheerio')
var getViewState = require('get-view-state')
 
// file path to a webpage with a view state element in the html
var filePath = path.join(__dirname, 'data/yesViewState.html') 
var html = fs.readFileSync(filePath, 'utf8')
var $ = cheerio.load(html)
 
// extract the value attribute from the view state element
var viewState = getViewState($)
inspect(viewState, 'extracted view state')

Readme

Keywords

none

Package Sidebar

Install

npm i get-view-state

Weekly Downloads

2

Version

0.0.2

License

BSD

Last publish

Collaborators

  • clewfirst