Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding basic station caching #1

Merged
merged 7 commits into from
Aug 3, 2018
Merged

Adding basic station caching #1

merged 7 commits into from
Aug 3, 2018

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    658b559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba1fe9 View commit details
    Browse the repository at this point in the history
  3. Add fetching from cache

    the-emerald committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    ea6f24f View commit details
    Browse the repository at this point in the history
  4. Fix minor issues

    the-emerald committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    2ab27c4 View commit details
    Browse the repository at this point in the history
  5. Add scraping script

    the-emerald committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    2e3e738 View commit details
    Browse the repository at this point in the history
  6. Remove erroneous self reference

    Static methods decorated with `@staticmethod` aren't attached to a class instance and therefore aren't (and indeed can't be) passed a reference to `self`
    hxtk committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    ef2457f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    e2a3df1 View commit details
    Browse the repository at this point in the history