# fijado

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

Latest version **0.0.7** (published 2016-05-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install fijado
pnpm add fijado
yarn add fijado
bun add fijado
```

Provides the command `fijado`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.7 |
| Published | 2016-05-23 |
| First published | 2016-05-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.0.0 |
| Dependencies | 9 |
| Known vulnerabilities | 0 (+9 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Paulo McNally |
| Maintainers | paulomcnally |
| Keywords | http, html, scraper |

## Links

- npm: https://www.npmjs.com/package/fijado
- Repository: https://github.com/paulomcnally/fijado
- Homepage: https://github.com/paulomcnally/fijado#readme
- Issues: https://github.com/paulomcnally/fijado/issues
- npm.io page: https://npm.io/package/fijado

## Dependencies (9)

- [async](https://npm.io/package/async.md) 2.0.0-rc.4
- [debug](https://npm.io/package/debug.md) 2.2.0
- [jsdom](https://npm.io/package/jsdom.md) 9.0.0
- [colors](https://npm.io/package/colors.md) 1.1.2
- [marked](https://npm.io/package/marked.md) 0.3.5
- [cheerio](https://npm.io/package/cheerio.md) 0.20.0
- [html-md](https://npm.io/package/html-md.md) 3.0.2
- [request](https://npm.io/package/request.md) 2.72.0
- [himalaya](https://npm.io/package/himalaya.md) 0.2.0

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 0.0.7 (latest) — 2016-05-23
- 0.0.6 — 2016-05-15
- 0.0.5 — 2016-05-15
- 0.0.4 — 2016-05-14
- 0.0.3 — 2016-05-14
- 0.0.2 — 2016-05-13
- 0.0.1 — 2016-05-13

## README

# 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));
    });

---
_Source: https://npm.io/package/fijado · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
