Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/usbokirishima/slang

Slang words searcher
https://github.com/usbokirishima/slang

Last synced: about 14 hours ago
JSON representation

Slang words searcher

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)