Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/0atman/fate-char-sheet
- Owner: 0atman
- Created: 2013-07-28T20:05:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T11:11:01.000Z (almost 9 years ago)
- Last Synced: 2024-05-14T00:33:38.727Z (6 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```