https://github.com/timheuer/eotrack.git
A web application that tracks and monitors U.S. Executive Orders and their current status with regard to legal challenges.
EOTrack provides a real-time dashboard of Executive Orders, showing their current status with any legal challenges (enacted, challenged, or overturned) with an easy-to-use interface. The application automatically updates daily by scraping the Federal Registry for new information.
The data used here is provided via API access from the following:
git clone https://github.com/timheuer/eotrack.git
cd eotrack
npm install # Frontend dependencies
pip install -r requirements.txt # Python dependencies
npm run dev
The application automatically updates its data daily through a GitHub Action that runs at 15:00 UTC. The scraper collects information from the Federal Registry and updates the data files in the repository. Presidential orders on whitehouse.gov take a few days before officially registered in the Federal Registry.
Contributions are welcome! Please feel free to submit a Pull Request.