Skip to content

This package have a set of datasets of random words, animals, colors, jokes, onomatopeias and types

Notifications You must be signed in to change notification settings

AlexScigalszky/palabras-aleatorias-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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);

cafecito icon

About

This package have a set of datasets of random words, animals, colors, jokes, onomatopeias and types

Topics

Resources

Stars

Watchers

Forks

Packages