This package has been deprecated

Author message:

This module is deprecated in favor of wikidot-kit

wikidot-ajax

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i wikidot-ajax

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • resure