pinterest-dl

1.0.1 • Public • Published

pinterest-dl

NPM Version Npm package yearly downloads

pinterest-dl is a library that allows you to search and download images from pinterest without any registration or key.

installation

npm install pinterest-dl

example

const {search} = require("pinterest-dl");

async function main(){
	const data = await search("dog");
	console.log(data);
}
main()

Package Sidebar

Install

npm i pinterest-dl

Weekly Downloads

12

Version

1.0.1

License

MIT

Unpacked Size

3.31 kB

Total Files

3

Last publish

Collaborators

  • swag666baby