2.13.13 • Published 2 years ago

@powerm1nt/vinted-api v2.13.13

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
});
2.13.13

2 years ago

2.13.12

2 years ago

2.13.11

2 years ago

2.12.10

2 years ago

2.11.7

2 years ago

2.10.5

2 years ago

2.9.4

2 years ago

2.9.3

2 years ago

2.9.2

2 years ago