Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanmen/rakuten-books-client
[unofficial] This client is that uses nodejs to connect to the rakuten books api.
https://github.com/tanmen/rakuten-books-client
Last synced: 1 day ago
JSON representation
[unofficial] This client is that uses nodejs to connect to the rakuten books api.
- Host: GitHub
- URL: https://github.com/tanmen/rakuten-books-client
- Owner: tanmen
- License: mit
- Created: 2022-01-27T15:58:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T06:06:06.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T09:54:16.728Z (2 months ago)
- Language: JavaScript
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# rakuten-books-client (unofficial)
This client is that uses nodejs to connect to the rakuten books api.
## Get started
```javascript
import {BookApi} from 'rakuten-books-client';new BookApi().listBooks()
```## Contributes
There are many more APIs available.
It would be great if you could support us with PR.