Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0atman/fate-char-sheet

A Flask server allowing the user to create fate-accellerated characters. They are then published in a REST interface
https://github.com/0atman/fate-char-sheet

Last synced: about 1 month ago
JSON representation

A Flask server allowing the user to create fate-accellerated characters. They are then published in a REST interface

Awesome Lists containing this project

README

        

```yaml
http localhost:5000/character/Disaster
HTTP/1.0 200 OK
Content-Length: 259
Content-Type: application/json
Date: Fri, 26 Jul 2013 12:43:00 GMT
Server: Werkzeug/0.8.3 Python/2.7.4
```

```javascript
{
"aspects": [],
"careful": 0,
"clever": 1,
"description": "Klutz",
"flashy": 3,
"forceful": 2,
"high_concept": "Rogue",
"name": "Disaster",
"quick": 2,
"sneaky": 1,
"stunts": [],
"trouble": "Lots"
}
```