Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/announce/gas-kinlog
A GAS to post your Kindle books to booklog.jp
https://github.com/announce/gas-kinlog
google-apps-script kindle
Last synced: 13 days ago
JSON representation
A GAS to post your Kindle books to booklog.jp
- Host: GitHub
- URL: https://github.com/announce/gas-kinlog
- Owner: announce
- License: mit
- Created: 2018-09-20T08:10:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:02:39.000Z (about 2 years ago)
- Last Synced: 2024-11-11T18:05:16.034Z (2 months ago)
- Topics: google-apps-script, kindle
- Language: JavaScript
- Size: 872 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gas-kinlog
[![Build Status](https://travis-ci.org/announce/gas-kinlog.svg?branch=master)](https://travis-ci.org/announce/gas-kinlog)
## Prerequisite
* Docker
* Verified with: Version 18.06.0-ce-mac70
* Node v8.x.x
* Yarn v1.x.x## Development
Run the command below:
```bash
export PA_ACCESS_KEY="" PA_SECRET_KEY="" PA_ASSOCIATE_TAG=""
yarn start
```For the release:
```bash
yarn run build
```Then you will get the js file in `./dist`.
## Project Links
* Upstream work: [trunk](https://github.com/announce/gas-kinlog/compare/master...ymkjp:master)
* Dashboard: [Apps Script](https://script.google.com/home)
* Trigger every 10 minutes## Documents
* [Quotas for Google Services](https://developers.google.com/apps-script/guides/services/quotas)
* Execution timeout is 6 minutes