diff --git a/scrapple/hearings.py b/scrapple/hearings.py index f274c37..a062837 100644 --- a/scrapple/hearings.py +++ b/scrapple/hearings.py @@ -4,7 +4,7 @@ import pathlib from . import app from flask import request, abort -BASE_API_URL = "https://scrapple.fly.io/hearings/" +BASE_API_URL = "https://scrapple.fly.dev/hearings/" BASE_DIR = pathlib.Path("data/congress-hearing-118-house") # not actually secret, but for testing API Keys API_SECRET = "53cR3T" diff --git a/scrapple/templates/about.html b/scrapple/templates/about.html index 58abd19..97d83ca 100644 --- a/scrapple/templates/about.html +++ b/scrapple/templates/about.html @@ -19,6 +19,8 @@

Chicago Parks data scraped from Chicago Park District replicated here for educational purposes. It is not meant to be authoritative and is not kept up to date.

+

Hearings is a simulacrum of the /v3/hearings endpoint from the Congress.gov API

+

As for Yoyodyne, here you go.

diff --git a/scrapple/templates/index.html b/scrapple/templates/index.html index c10c8e9..3eb3b3a 100644 --- a/scrapple/templates/index.html +++ b/scrapple/templates/index.html @@ -7,6 +7,7 @@ This site consists of several subsites.