Skip to content

Instantly share code, notes, and snippets.

@htadashi
htadashi / BibleAPI.gs
Created March 8, 2021 22:21
Exemplo de como comunicar com o bible-api.com
/**
* Obtém versículos da Bíblia
*
* @param {String} citation - Localização do versículo (em inglês). Exemplo: Jn 3:16
* @customFunction
*
* @returns {number} Verso bíblico
*/
function BIBLE_VERSE(citation){
return fetchBibleAPI_(citation);