Skip to content

GiorgioBrux/sankaku-client

Repository files navigation

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-2024 GiorgioBrux.
This project is MIT licensed.


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

About

Unofficial Sankaku beta api client, with account support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published