ts-aoj
v0.1.5
Published
AOJ client
Downloads
3
Readme
ts-aoj
Aizu Online Judge client for TypeScript.
Usage
import * as aoj from 'ts-aoj';
aoj.user.get("tobias").then(user => console.log(user));
Documentation
Contributing
- Fork it ( https://github.com/tobyapi/ts-aoj/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- tobyapi tobya - creator, maintainer