platzisearch

0.4.0 • Public • Published

Logo de Platzi

Platzisearch — Busca en el blog de Platzi

Características

Instalación

npm install -g platzisearch

Uso

En consola:

Javascript API:

import search from 'platzisearch'
 
async function () {
  const blogposts = await serach('3d touch')
  
  console.log(blogposts[0])
  
  /**
   * Outputs:
   * {
   *   url: 'https://platzi.com/blog/3dtouch-forcetouch-web/',
   *   title: 'Agrega 3D Touch y Force Touch a tus proyectos web',
   *   author: 'Uriel Ramirez',
   *   date: 'marzo 3 2016'
   * }
   */
}

Readme

Keywords

none

Package Sidebar

Install

npm i platzisearch

Weekly Downloads

2

Version

0.4.0

License

MIT

Last publish

Collaborators

  • slifszyc