2.0.0 • Published 1 month ago

sankaku-client v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

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

2.0.0

1 month ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago