renshuu-js v0.0.4
Report Bug . Request Feature
About The Project
Renshuu.js provides a easy way to interact with the Renshuu API since I saw there is not any project like this yet. I'll maintain this package as often as I can, so please, if you get any suggestion or find bugs, tell me through the issue panel.
This package provides interfaces for :
- Get the profile of the user
Built With
The package is built with and by the following tools:
Getting Started
Here's some explanations about how to use this package.
Prerequisites
The package requires the following versions:
{
"node": ">=20.12.2",
"npm": ">=10.2.0",
"pnpm": ">=9.0.6"
}
Installation
- Get your Renshuu API key on the app.
- Install the package :
npm install renshuu-js@latest
- Import the package into your project!
Usage
Basic usage (works with TypeScript and JavaScript):
- Initialize the client
import * as renshuu from 'renshuu-js';
const client: renshuu.Client = new renshuu.Client({
renshuuApiKey: "Your API key",
});
- Get the profile associated with the API key
const profile: renshuu.Profile = client.getProfile();
For more examples, please refer to the Documentation
Roadmap
- Add Changelog
- Add other routes
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See MIT License for more information.
Contact
Elouann H. - @okumaneko27 - ehosta@student.42lyon.fr
Project Link: https://github.com/elouannh/renshuu-js