Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benjaminnoufel/node-oauth2-client
- Owner: benjaminnoufel
- License: mit
- Created: 2021-02-05T17:27:19.000Z (about 4 years ago)
- Default Branch: next
- Last Pushed: 2023-01-06T18:48:35.000Z (about 2 years ago)
- Last Synced: 2024-12-22T21:15:56.394Z (about 2 months ago)
- Topics: client, javascript, node, nodejs, oauth2, typescript, yarn
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/