sankaku-client

2.0.0 • Public • Published

sankaku-client

npm Semantic-release Documentation Maintenance License: MIT

Unofficial Sankaku beta api client, with account support.

Prerequisites

  • node >=14

Install

npm install sankaku-client

Example

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.

Todo

  • Upload method
  • Add comment method

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 GiorgioBrux.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

Package Sidebar

Install

npm i sankaku-client

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

36.8 kB

Total Files

16

Last publish

Collaborators

  • giorgiobrux