Skip to content

nhk-news-web-easy/nhk-easy-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nhk-easy-api Java CI with Maven codecov

API of nhk-easy-mobile, this repo depends on nhk-easy-task to fetch and parse news from NEWS WEB EASY.

Getting started

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

API

Get news

curl --request GET \
  --url 'http://localhost:8080/news?startDate=2023-12-08T00%3A00%3A00.000Z&endDate=2023-12-11T00%3A00%3A00.000Z'

License

MIT