flamecomics-api

https://github.com/vmxt/flamecomics-api

Ruby

Webtoon scraper API

SeriesController.normalized_chapter

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:vmxt/flamecomics-api.git

cd flamecomics-api

open controllers/series.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-SeriesController-normalized_chapter-for-pr


# Commit to git

git add controllers/series.rbgit commit -m "better docs for SeriesController.normalized_chapter"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-SeriesController-normalized_chapter-for-pr

hub pull-request


# Celebrate!