This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| const base = require('./airtable'); | |
| const Schema = { | |
| // ======================================================== | |
| // == Filter records by a given formula in a given table == | |
| // ======================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| const Airtable = require('airtable'); | |
| const base = Airtable({apiKey: process.env.AIRTABLE_API_KEY}).base(process.env.AIRTABLE_BASE); | |
| module.exports = base; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "emojis": [ | |
| {"emoji": "👩👩👧👧", "name": "family_mothers_two_girls", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👧", "category": "p", "order": ""}, | |
| {"emoji": "👩👩👧👦", "name": "family_mothers_children", "shortname": "", "unicode": "", "html": "👩‍👩‍👧‍👦", "category": "p", "order": ""}, | |
| {"emoji": "👩👩👦👦", "name": "family_mothers_two_boys", "shortname": "", "unicode": "", "html": "👩‍👩‍👦‍👦", "category": "p", "order": ""}, | |
| {"emoji": "👨👩👧👧", "name": "family_two_girls", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👧", "category": "p", "order": ""}, | |
| {"emoji": "👨👩👧👦", "name": "family_children", "shortname": "", "unicode": "", "html": "👨‍👩‍👧‍👦", "category": "p", "order": ""}, | |
| {"emoji": "👨👩👦👦", "name": "family_two_boys", "shortname": "", "unicode": "", "html": "👨&zw |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| claudia create \ | |
| --api-module bot \ | |
| --region us-east-1 \ | |
| --timeout 120 \ | |
| --allow-recursion | |
| --configure-slack-slash-command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var mysteries = { | |
| misterios: ["Gloriosos", "Gozosos", "Dolorosos", "Gloriosos", "Gozosos", "Dolorosos", "Gloriosos"], | |
| mystery: function (){ | |
| var td = (new Date().getDay()); | |
| switch(lang){ | |
| case 'sp': | |
| return this.misterios[td]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var prayers = { | |
| sp: [ | |
| {title: "La Senal de la Cruz", prayer: "En el nombre del Padre, y del Hijo, y del Espíritu Santo. Amen."}, | |
| {title: "El Credo", prayer: "Creo en Dios, Padre todopoderoso, creador del Cielo y de la Tierra.<br />Creo en Jesucristo su único Hijo, Nuestro Señor, que fue concebido por obra y gracia del Espíritu Santo; nació de Santa María Virgen; padeció bajo el poder de Poncio Pilato; fue crucificado, muerto y sepultado; descendió a los infiernos; al tercer día resucitó de entre los muertos; subió a los cielos y está a la diestra de Dios Padre; desde allí ha de venir a juzgar a los vivos y a los muertos.<br />Creo en el Espíritu Santo, en la Santa Iglesia Católica, la comumión de los Santos en el perdon de los pecados la resurrección de los muertos y la vida eterna. Amen."}, | |
| {title: "Padre Nuestro", prayer: "Padre nuestro, que estás en el cielo. Santificado sea tu nombre. Venga a nosotros Tu reino. Hágase tu voluntad en la tierra como en el cielo. Danos hoy nuestro pan de cada día. Per |