hugovk/norwegianblue

Support endoflife.date API v1

hugovk opened this issue · 0 comments

Some notes for migrating to v1 of the endoflife.date API:

The deploy preview API endpoint is:

Work in progress

I have a rough WIP branch at:

It's currently outputting some debug before the table, you can ignore that for now. I can remove it if it's impeding further testing.

My initial aim is to more-or-less mirror the current output with the alpha API.

Install

To install the WIP branch:

python -m pip install git+https://github.com/hugovk/norwegianblue.git@api-v1

Or:

git clone https://github.com/hugovk/norwegianblue
cd norwegianblue
python -m pip install -e .

TODO

  • Fix eol all
  • Fix tests
  • Remove debug output