Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usbokirishima/slang
Slang words searcher
https://github.com/usbokirishima/slang
Last synced: about 14 hours ago
JSON representation
Slang words searcher
- Host: GitHub
- URL: https://github.com/usbokirishima/slang
- Owner: UsboKirishima
- License: apache-2.0
- Created: 2023-02-26T12:59:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T22:28:00.000Z (5 months ago)
- Last Synced: 2024-11-24T20:55:14.629Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slang
Slang words searcher## How to use?
**Here an example**
```ts
import { Slang } from '@UsboKirishima/slang'const client = new Client('APIKEY');
//example
client.definition('my word');//example
client.permalink('my word');//example
client.thumbs_up('my word');//example
client.author('my word');//example
client.word('my word');//example
client.defid('my word');//example
client.current_vote('my word');//example
client.written_on('my word');//example
client.example('my word');//example
client.thumbs_down('my word');```
## Where find APIkey?
Exactly here: [URL RAPIDAPI](https://rapidapi.com/community/api/urban-dictionary)
## Contributors
[UsboKirishima](https://github.com/UsboKirishima) - Indipendent developer
[Brandon Amos](https://github.com/bamos) - Developer of Meta AI (FAIR)