Skip to content

codeforIATI/iati-status

 
 

Repository files navigation

IATI Status

Monitoring the status of live IATI services and websites.

The current overall status is shown on the badge below:

Tests are run daily using Github Actions. Pytest outputs a report.json file, which is pushed to the gh-pages branch.

Setup

# Create a virtual environment using python 3
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate

# Install requirements
pip install -r requirements.txt

# Run the tests
pytest

About

Monitoring the status of live IATI services and websites.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • Python 100.0%