Projects

Share on:

Overview

Update 2021 - This API is no longer deployed.

Covid 19 API

This is a small API, that offers daily aggregates on COVID cases / deaths / cases per country, based on open data. https://www.javapapo.eu/covid/. You can find more about it here

Base URL: https://www.javapapo.eu/covid

List all the available countries, that you can pick results

1curl https://www.javapapo.eu/covid/countries

This will return a JSON, with all the countries that you can use, on the next call and receive resuls

Get totals for a specific country

1curl https://www.javapapo.eu/covid/countries/Greece
2curl https://www.javapapo.eu/covid/countries/United%20Kingdom
3curl https://www.javapapo.eu/covid/countries/United%20States

Get the top10 countries

1curl https://www.javapapo.eu/covid/top10

Crawly

This is a small custom crawler for greek newspaper sites. I wrote it in order to send to my dad while sailing in the ocean a short summary of greek newspaper headlines withouth having to spend a lot of bandwidth and money on huge emails, that would cost a fortune over satellite email. Crawly would pick the headlines and then crawl the actual articles, strip any html and keep the content. It would then zip the results into lightweight html pages and send an email to my dad.

Repo: https://gitlab.com/javapapo-public/crawly