- Node.js >=14
# use npm or your preferred package manager like bun!
npm install sankaku-client
import Client from 'sankaku-client';
const client = new Client();
client.searchSubmissions({
limit: 1,
order_by: 'random'
})
.then((response) => {
console.log(response[0]);
});
For comprehensive documentation, please visit our Wiki.
- Upload functionality
- Comment system implementation
We welcome contributions! Here's how you can help:
- Check out our issues page
- Submit bug reports or feature requests
- Create pull requests
- Improve documentation
If you find this project useful, please consider giving it a star on GitHub! It helps others discover this project.
Copyright © 2021-2024 GiorgioBrux
This project is licensed under the MIT License.