pictshare
v0.2.1
Published
An unofficial NodeJS SDK for pictshare API
Readme
pictshare
An unofficial NodeJS SDK for pictshare API
install
yarn add pictshare
# or
npm i pictshareusage
import Pictshare from 'pictshare'
[...]
const pictshare = new Pictshare('https://www.pictshare.net')
const data = await pictshare.geturl('https://i.picsum.photos/id/866/200/300.jpg?hmac=rcadCENKh4rD6MAp6V_ma-AyWv641M4iiOpe1RyFHeI')todo
- [x]
base64 (base64: string) - [x]
geturl (url: string, redirect: Boolean)
- [x]
pasetebin (text: string) - [x]
info (hash: string)
