freepik-scrapping
v1.2.0
Published
<div align = "center"> <br> <img src="./others/img/logo/logo.png" height=260> <br> <br>
Downloads
3
Readme
freepik-scrapping
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:
Or even becoming a patron:
License
Like many Open-Source Software (OSS) the MIT license is used, more about it in LICENSE.