Skip to content

paulomcnally/fijado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fijado

Convert the article from a blog to JSON by its url.

Global

$ npm i -g fijado

Try:

$ fijado http://www.loquedebessaber.com/a-ella-le-gusta-que-le-peguen/

module

$ npm i fijado --save

Try:

const Fijado = require('fijado');
const url = 'http://www.loquedebessaber.com/a-ella-le-gusta-que-le-peguen/';

let fijado = new Fijado(url);

// fetch
fijado.fetch((article) => {
  console.log(JSON.stringify(article, null, 2));
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published