flamecomics-api
https://github.com/vmxt/flamecomics-api
Ruby
Webtoon scraper API
ChapterLabelFormatter#format_chapter_label
No Docs, write some!
Edit
git clone [email protected]:vmxt/flamecomics-api.git
cd flamecomics-api
open utils/chapter_label_formatter.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ChapterLabelFormatter-format_chapter_label-for-pr
# Commit to gitgit add utils/chapter_label_formatter.rbgit commit -m "better docs for ChapterLabelFormatter#format_chapter_label"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ChapterLabelFormatter-format_chapter_label-for-pr
hub pull-request
# Celebrate!