Unofficial Sankaku beta api client, with account support.
- node >=14
npm install sankaku-client
import Client from 'sankaku-client';
let client = new Client();
client.searchSubmissions({limit: 1, order_by: 'random'})
.then((r) => {console.log(r[0])});
For full documentation, check the wiki.
- Upload method
- Add comment method
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2021-2024 GiorgioBrux.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator