freepik-scrapping
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

freepik-scrapping




Say Thanks!

English README Portuguese README

npm Build Status Coverage Status Maintainability Known Vulnerabilities

About

A simple NPM scrapping tool to search elements in freepik website.

How to use it

  • searchFreepik ( { term: string | Array<string>; page?: number; }): Returns a Promise or throws an error

Example:

import { searchFreepik } from 'freepik-scrapping';
 
searchFreepik({ term: 'bola' }).then(console.log);
searchFreepik({ term: 'bola', page: 2 }).then(console.log);
 
const searched: string = await searchFreepik({ term: 'bola', page: 2 });

Testing

There's a Travis CI integration and I've written all the testing with Jest.

Code

Plain and simple Typescript and the Microsoft linter standards for it.

Contributing

Just talk to me through opening a issue.

Versioning

Just using plain and simple npm version. See the badge at the top of this readme.

TODO

Since I will be keeping this README up to date with any major change and I don't use any versioning system to log all the fixed bugs or previous projects updates, you can still have a taste of what comes next and what is being under analysis right in the Projects tab.

Authors

  • Only me for now.

Consider buy me a coffee:

Buy Me a Coffee

Or even becoming a patron:

Patreon

License

Like many Open-Source Software (OSS) the MIT license is used, more about it in LICENSE.

Readme

Keywords

Package Sidebar

Install

npm i freepik-scrapping

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

16.3 kB

Total Files

12

Last publish

Collaborators

  • fazenda