An experiment using the Oxford Dictionaries API to come up with derivatives of words/names that already exist, which was as usual an idea inspired by a conversation with my friends.
- You will need an API token from https://developer.oxforddictionaries.com (any type will do)
- Place the app ID and key in a file called "credentials.json", under the names "app_id" and "app_key". For example (not a real set):
- Run as you would any other Flask app.