New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

confidencial-ni-node

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

confidencial-ni-node

Web scraping http://www.confidencial.com.ni/


Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created

confidencial-ni-node

Web scraping http://www.confidencial.com.ni/

Instalar:

npm install confidencial-ni-node

Ejemplo - Obtener artículo:

var confidencial = require('confidencial-ni-node');
confidencial.getArticle('http://www.confidencial.com.ni/articulo/13169/turismo-al-pie-del-mombacho', function(resultData) {
    console.log(resultData);
});

Ejemplo - Obtener enlaces de categorías

var confidencial = require('confidencial-ni-node');
 confidencial.getAllLinks(function(data){
    console.log(data);
 });

FAQs

Package last updated on 13 Sep 2014

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