dafuq-is / backend

Initial Backend using bottle.py
0 stars 1 forks source link

Simple Backend for http://dafuq.is

Dafuq is a simple python script which calls urbandictionary API for a given word and returns the response. The server is written in python, using bottle and requests.

Requirements

How to get up and running ?

For Wordnik

If you want to use wordnik source, you need to create an API key. After you have an API key do.

Note: The app will run on localhost on port 8080, we then setup our nginx proxy to forward requests from our web front to the app.