Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mukel/codeforces4s

Codeforces API Wrapper in Scala
https://github.com/mukel/codeforces4s

Last synced: 1 day ago
JSON representation

Codeforces API Wrapper in Scala

Awesome Lists containing this project

README

        

# Codeforces4s
[![Travis CI Build Status](https://travis-ci.org/mukel/codeforces4s.svg)](https://travis-ci.org/mukel/codeforces4s)

Codeforces API Wrapper in Scala

A Scala idiomatic? wrapper for the [Codeforces API](http://codeforces.com/api/help/)

The whole API is implemented, but not througly tested, use at your own discretion.

## Features
The API is strongly-typed, no need to use JSON at all.

## TODO
The authentication is missing, right now I dont't find it so useful since I'm just using this to ease scrapping.