Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick-S authored Dec 9, 2023
1 parent 50e0aa3 commit d29f2fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@ docker run -e MYSQL_HOST=ip-address-of-mysql \
-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](LICENSE)

0 comments on commit d29f2fb

Please sign in to comment.