/**
* Import data from a public API.
* =ImportAPI("https://jsonplaceholder.typicode.com/users/1";"company.name")
*
* @param {url} the URL to a public API
* @param {jsonPath} get response value using a json-like path
*
* @return a value according to jsonPath param
* @customfunction
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
| { | |
| "name": "modal", | |
| "title": "Hello World", | |
| "description": "A simple hello world component.", | |
| "type": "registry:ui", | |
| "author": "Artur Guedes <[email protected]>", | |
| "docs": "Remember to add the FOO_BAR environment variable to your .env file.", | |
| "registryDependencies": [ | |
| "button" | |
| ], |
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
| { | |
| "window.zoomLevel": 0, | |
| "breadcrumbs.enabled": true, | |
| "editor.fontSize": 13, | |
| "editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace", | |
| "editor.fontLigatures": true, | |
| "editor.formatOnPaste": false, | |
| "editor.minimap.enabled": false, | |
| "editor.minimap.maxColumn": 20, |
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
| :: Name: InstallFlaskServer.bat | |
| :: Purpose: Batch file to install Python and Flask Server | |
| :: Author: Artur Guedes (arturguedes.github.io) | |
| :: Version: 1.0.0 | |
| CLS | |
| @ECHO OFF | |
| TITLE Install Flask | |
| echo. | |
| echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» |