0.0.4 • Published 8 months ago

renshuu-js v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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

  1. Get your Renshuu API key on the app.
  2. Install the package :
npm install renshuu-js@latest
  1. 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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago