Skip to content

dedemenezes/legacy_api

Repository files navigation


Quidditch Pitch Pixel Art

rspec status deploy status


A RESTfull API for Harry Potter - theboywholivedapi


Documentation


Contributing   with us

All contributions are welcome: bug fixes, data contributions, recommendations. To contribute to this repository:

  • Fork the project to your own GitHub profile

  • Download the forked project using git clone:

    git clone [email protected]:<YOUR_USERNAME>/legacy_api.git
  • Create a new branch with a descriptive name:

    git checkout -b my_new_branch
  • Write some code, fix something, and add a test to prove that it works. No pull request will be accepted without tests passing, or without new tests if new features are added.

  • Commit your code and push it to GitHub

  • Open a new pull request and describe the changes you have made.

  • We'll accept your changes after review.

Simple!

Ahhh, we have a few service objects to help you scrape and populate new resources. You should take a look at:

  • Scraper::DcoBuilder

  • Parser::BoxInformation

  • UpdateModel::MissingFields

  • "app/services/seeds"