https://github.com/alexscigalszky/palabras-aleatorias-data
This package have a set of datasets of random words, animals, colors, jokes, onomatopeias and types
https://github.com/alexscigalszky/palabras-aleatorias-data
aleatorias data palabras random words
Last synced: about 2 months ago
JSON representation
This package have a set of datasets of random words, animals, colors, jokes, onomatopeias and types
- Host: GitHub
- URL: https://github.com/alexscigalszky/palabras-aleatorias-data
- Owner: AlexScigalszky
- Created: 2022-10-17T19:32:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T20:33:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T16:47:13.132Z (3 months ago)
- Topics: aleatorias, data, palabras, random, words
- Language: JavaScript
- Homepage:
- Size: 7.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# palabras-aleatorias-data
This package have a set of datasets of random words, animals, colors, jokes, onomatopeias and types.
This repository is a part of a complete package called "palabras-aleatorias"
## How to use
```javascript
import { words, animals,colors, onomatopeias, types, jokes } from 'palabras-aleatorias-data';const objectsAvailables = {
words: words.length,
animals: animals.length,
colors: colors.length,
jokes: jokes.length,
onomatopeias: onomatopeias.length,
types: types.length
};console.log(objectsAvailables);
```
Buy me a Book
![]()