1.0.4 • Published 3 years ago

pastep-info v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Hello there , 👋

I just developed this module just because I like the Pastep site !

Installing

npm i pastep-info

Example of usage

const pastep = require("pastep-info")


pastep.id('username').then(data => console.log(data)) // For get user id
pastep.persianUsername('username').then(data => console.log(data)) // For get user persian username
pastep.avatar('username').then(data => console.log(data)) // For get user avatar url
pastep.bio('username').then(data => console.log(data)) // For get user bio

or you can use just like this with async/await

const pastep = require("pastep-info")

async function test(){
    console.log(await pastep.id('username'))
}
test()

Support


Developed With ♥ by Kermit Xaro

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago