Socket
Socket
Sign inDemoInstall

buscandriu

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    buscandriu

Libreria para obtener los post de buscandriu.cl


Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Install size
2.88 MB
Created
Weekly downloads
 

Readme

Source

buscandriu

npm version npm downloads Build Status Coverage Status Maintainability dependency Status devDependency Status

Libreria para obtener los post de buscandriu.cl

Agradecimientos a Jorge Epuñan por el gran aporte de buscandriu.cl.

Instalación

npm i -S buscandriu

Uso

Probar en RuKit

const buscandriu = require('buscandriu')

buscandriu().then(console.log).catch(console.log)
/*
[
  {
    title: 'A postular se ha dicho: @saltala_app busca Desarrollador Fullstack en Santiago',
    link: 'https://t.co/dyawT21W9X',
    from: 'getonbrd',
    datetime: 2017-03-09T13:43:50.000Z
  },
  {
    title: 'Mira: BitBang Limitada necesita Desarrollador Front End en Santiago',
    link: 'https://t.co/lef8eacHUa',
    from: 'getonbrd',
    datetime: 2017-03-09T13:42:26.000Z
  },
  ...
]
*/

Licencia

MIT

Keywords

FAQs

Last updated on 25 Sep 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc