Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiroxto/heroku-puppeteer-tasks
HerokuでPuppeteerを使う
https://github.com/hiroxto/heroku-puppeteer-tasks
Last synced: about 1 month ago
JSON representation
HerokuでPuppeteerを使う
- Host: GitHub
- URL: https://github.com/hiroxto/heroku-puppeteer-tasks
- Owner: hiroxto
- License: mit
- Created: 2021-07-02T00:28:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T17:44:28.000Z (5 months ago)
- Last Synced: 2024-08-02T20:28:00.822Z (5 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroku-puppeteer-tasks
HerokuでPuppeteerを使う
## 初期化
```bash
heroku create
heroku buildpacks:set heroku/nodejs
heroku buildpacks:add jontewks/puppeteer
git push heroku main
```