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

https://github.com/danielstern/english-language-api

An API To Internet the Words Until they are Things that Computer
https://github.com/danielstern/english-language-api

Last synced: 8 months ago
JSON representation

An API To Internet the Words Until they are Things that Computer

Awesome Lists containing this project

README

          

english-language-api
====================

This is an API endpoint to query any string and get a sensified version of whatever can be found on the Internet.

Currently uses,
- Wikipedia
- Wiktionary
- Urban Dictionary

Deployment
---------
Run `node server.js` and got to `localhost:3000`

Usage
-----
Access the endpoint with the following GET paramaters,

###`word`
Specifices the word or phrase you wish to get defined.
Example: `https://english-language-api.herokuapp.com/?word=adventure time`

###`raw`
If true, returns the raw data that it has gathered from its various sources, and not the expected format.
Example: `https://english-language-api.herokuapp.com/?word=adventure time&raw=true`