Pinterest.js is a versatile and efficient JavaScript library that allows you to get information from Pinterest.
- Added support for video search functionality.
- Added
limit
option in thesearchPins
function. - Resolved all existing errors.
- Added
getAutoCompletion
function that takes a query parameter. - Added
getComments
function that takesIOptions
as a parameter. - Fixed the
video
property in thegetPin
function. - Added
visualSearch
function that takesIOptions
as a parameter.
- Extremely fast π‘
- Zero dependencies π
- Lightweight π
- Built with π€
To install Pinterest.js as an npm package, use the following command in your project directory:
npm install pinterest.js
To utilize Pinterest.js in your project, import the library into your JavaScript files as follows:
const Pinterest = require("pinterest.js");
- Added support for video search functionality.
- Added
limit
option in thesearchPins
function. - Resolved all existing errors.
- Initial release of Pinterest.js with basic functionality to search and retrieve pins.
- Added
getAutoCompletion
function that takes a query parameter.
- Fixed the
video
property in thegetPin
function.
- Added
getComments
function that takesIOptions
as a parameter. - The old function
getPin
has been officially deprecated, though it is still usable asgetPinV3
.
- Added
visualSearch
function that takesIOptions
as a parameter.
Here are some amazing projects built using Pinterest.js:
- React Native Wallpaper App: A sleek and modern wallpaper app built with React Native, allowing users to explore and set beautiful wallpapers sourced from Pinterest.
We welcome contributions from the community. If you find any issues or have ideas for enhancements, feel free to open an issue or create a pull request on our GitHub repository.
Pinterest.js is licensed under the MIT License, making it open and accessible for developers to use and modify in their projects.
Note: Replace 'rit3zh' and LICENSE with your GitHub username and the link to the license file, respectively, when setting up your repository.