Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyperimpose/urbandictionary
An Erlang libary to access to urbandictionary.com API
https://github.com/hyperimpose/urbandictionary
api client erlang hyperimpose urban-dictionary
Last synced: about 1 month ago
JSON representation
An Erlang libary to access to urbandictionary.com API
- Host: GitHub
- URL: https://github.com/hyperimpose/urbandictionary
- Owner: hyperimpose
- License: other
- Created: 2024-05-11T17:22:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T01:21:37.000Z (9 months ago)
- Last Synced: 2024-11-13T11:53:34.154Z (3 months ago)
- Topics: api, client, erlang, hyperimpose, urban-dictionary
- Language: Erlang
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: COPYING
Awesome Lists containing this project
README
* urbandictionary
Access the urbandictionary.com API from Erlang/OTP.
*Warning: This API is undocumented and probably meant for internal use only. Proceed with caution.*
** rebar3
You can include it in your projects as a dependency in rebar.config:
#+BEGIN_SRC erlang
{deps, [%% ... Other dependencies
{urbandictionary, {git, "https://github.com/hyperimpose/urbandictionary.git", {branch, "master"}}}]}.
#+END_SRCYou can also quickly compile the library and start an Erlang shell for testing with: ~rebar3 shell~
** License
This implementation of json is licensed under the [[https://spdx.org/licenses/BSD-3-Clause.html][BSD 3-Clause "New" or "Revised" License]].
A copy of this license is included in the file [[./COPYING][COPYING]].