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
- Host: GitHub
- URL: https://github.com/danielstern/english-language-api
- Owner: danielstern
- Created: 2014-10-28T20:18:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T21:34:40.000Z (over 11 years ago)
- Last Synced: 2025-04-05T08:26:12.111Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://english-language-api.herokuapp.com/
- Size: 11.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`