This is the source code for Akatsuki's API.
- Origin: https://git.zxq.co/ripple/rippleapi
- Mirror: https://github.com/osuripple/api
go get -u -f -d github.com/osuAkatsuki/akatsuki-api
cd $GOPATH/src/github.com/osuAkatsuki/akatsuki-api
Download all dependencies:
go mod download
Compile:
go build
Run API
-
On Windows:
akatsuki-api
(located in./akatsuki-api.exe
) -
On Linux:
./akatsuki-api
Then configure in api.conf
and run the API again.