Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanakaworld/puppeteer_on_rails_sample
Example project using puppeteer in Ruby on Rails Application
https://github.com/tanakaworld/puppeteer_on_rails_sample
pdf-generation puppeteer rails
Last synced: 8 days ago
JSON representation
Example project using puppeteer in Ruby on Rails Application
- Host: GitHub
- URL: https://github.com/tanakaworld/puppeteer_on_rails_sample
- Owner: tanakaworld
- License: mit
- Created: 2019-06-20T08:58:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:26:23.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T16:13:20.267Z (over 1 year ago)
- Topics: pdf-generation, puppeteer, rails
- Language: Ruby
- Size: 818 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example project using puppeteer in Ruby on Rails Application
## Get Started
```bash
$ bin/setup
```## Run in Local
```bash
$ bundle exec rails s
```