New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wikidot-ajax

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikidot-ajax

Perform requests to Wikidot AJAX connector

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
17
30.77%
Maintainers
1
Weekly downloads
 
Created
Source

WikidotAJAX Build Status Dependencies Status

Lib for performing requests to Wikidot AJAX connector. Returns instance of cheerio which is like jQuery-like object with loaded response body.

Install

$ npm install --save wikidot-ajax

Usage

const WikidotAJAX = require('wikidot-ajax');

const performRequest = wikidotKit({baseURL: 'http://scpfoundation.ru'});

performRequest({
	moduleName: 'users/UserInfoWinModule',
	user_id: 716422
}).then(($) => {
	console.log($('.content.modal-body h1').text());
	// => Resure
});

License

MIT © Gadzhi Gadzhiev

Keywords

wikidot

FAQs

Package last updated on 12 Feb 2017

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