Build with sbt 0.13.16. Use sbt command and enter compile to build the project.
Use postgre to store data. The structure of the database can be seen in /src/main/scala/ExcitingBilibili/Utility/Database/CreateTable.sql
/api/status: System status in JSON format
/api/data
Query parameters
| Parameter | Example | Remarks | Optional |
|---|---|---|---|
| date | date=2017-8-1 |
Today by default | Optional |
| count | count=50 |
Return all data if not specified | Optional |
- Duplicated primary key exception handling
- Change danmu table to unique index