Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminnoufel/node-oauth2-client

Use an node oauth2 client on javascript or typescript.
https://github.com/benjaminnoufel/node-oauth2-client

client javascript node nodejs oauth2 typescript yarn

Last synced: 20 days ago
JSON representation

Use an node oauth2 client on javascript or typescript.

Awesome Lists containing this project

README

        

# @benjaminnoufel/node-oauth2-client

Use a node oauth2 client on javascript or typescript.
Four methods are available GET / POST / PATCH / DELETE.

![Code Style CI](https://github.com/benjaminnoufel/node-oauth2-client/workflows/Code%20Style%20CI/badge.svg)
![Test CI](https://github.com/benjaminnoufel/node-oauth2-client/workflows/Test%20CI/badge.svg)
![Package](https://github.com/benjaminnoufel/node-oauth2-client/workflows/Package/badge.svg)
![Package npmjs](https://github.com/benjaminnoufel/node-oauth2-client/workflows/Package%20npmjs/badge.svg)

## Summary

- [Requirements](#requirements)
- [Installation](#installation)
- [NPM](#npm)
- [Yarn](#yarn)
- [Usage](#usage)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)

## Requirements

- [NPM][npm] or [Yarn][yarn]

## Installation

#### Using npm:

```console
$ npm install --save @benjaminnoufel/node-oauth2-client
```

#### Using yarn:

```console
$ yarn add @benjaminnoufel/node-oauth2-client
```

## Usage

see [`examples`](./examples/auth)

## Changelog

see [`CHANGELOG.md`](./CHANGELOG.md)

## Contributing

see [`CONTRIBUTING.md`](./CONTRIBUTING.md)

## License

see [`LICENSE`](./LICENSE)

[npm]: https://www.npmjs.com/
[yarn]: https://yarnpkg.com/