flengyel / wordlist

Trivial RESTful random word server in Flask, with javascript code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordlist

Extremely simple RESTful word server in Flask. The server returns the JSON object { "Word": "random word" } when invoked. JavaScript for an Octopress aside to call the service is included. This is intended as the simplest example of a RESTful service, together with a jQuery $.ajax() call to invoke it.*

A demo is available at Public Sphere

*A jQuery $.get() call could be substituted for $.ajax().

About

Trivial RESTful random word server in Flask, with javascript code.


Languages

Language:Python 68.9%Language:Shell 31.1%