1.0.2 • Published 2 months ago

blum.qa v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

��# Blum.qa ## What is it? It's' a package to use dynamic q&a (questions and answers) ## How to install bash pnpm install blum.qa I will use pnpm but you can use any other like npm. ## How to use There are 2 functions ts /** * * @param lang Options are 'en' and 'es' * @param id The id of the q&a */ getRandom(lang: string) getById(lang: string, id: number) ## Example ts const { getRandom, getById } = require('blum.qa') console.log(getRandom('en')) console.log(getById('es', 5))

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago