Powerm1nt / vinted-api

JavaScript library to interact with the Vinted API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vinted API

Simple library that uses the Vinted API to search new posts.

Example

const vinted = require('vinted-api');

vinted.search('https://www.vinted.fr/vetements?brand_id[]=53').then((posts) => {
    console.log(posts); // all the posts that match this query
});

About

JavaScript library to interact with the Vinted API


Languages

Language:JavaScript 100.0%