0.0.14 • Published 1 year ago

ney.js v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

ney.js

What is this package? This package is a compilation of several modules (vinted-api, etc...) and his help me to developping my discord bot. I do this because I use several modules that are no longer maintained and abandoned

If you want, you can still use this package. docs:

const vinted = require('ney.js/api'); // vinted-api module

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

vinted.fetchUser('18610666').then((user) => { // To search user data with id
    console.log(user); 
})
0.0.14

1 year ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago