API of nhk-easy-mobile, this repo depends on nhk-easy-task to fetch and parse news from NEWS WEB EASY.
docker run -e MYSQL_HOST=ip-address-of-mysql \
-e MYSQL_USER=your-mysql-user \
-e MYSQL_PASSWORD=your-mysql-user-password \
-p 8080:8080 \
-d xiaodanmao/nhk-easy-api
curl --request GET \
--url 'http://localhost:8080/news?startDate=2023-12-08T00%3A00%3A00.000Z&endDate=2023-12-11T00%3A00%3A00.000Z'