Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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を使う

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
```