Work in progress API backend for extra Kitsu statistics for Hibari
Initially developed as part of the Web Services module at Bucks New University
TODO: Write installation instructions here
TODO: Write usage instructions here
bin/deps_release
KEMAL_ENV=production bin/api
- sqlite3 (libsqlite3-dev)
crystal deps
crystal src/api.cr
crystal spec
crystal docs
crystal build src/api.cr --release
./api
- Fork it
- Create your feature branch (
git checkout -b feat/myFeature
) - Commit your changes (
git commit -am 'feat: add my feature'
) - Push to the branch (
git push origin feat/myFeature
) - Create a Pull Request
- wopian James Harris - creator, maintainer