# openwhisk-playground **Repository Path**: mirrors_apache/openwhisk-playground ## Basic Information - **Project Name**: openwhisk-playground - **Description**: [DEPRECATED] - This library provides functionality of executing a snippet of source code as OpenWhisk action for OpenWhisk Xcode Source Editor Extension - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2025-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OpenWhisk Playground [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) ## Usage This library provides functionality of executing a snippet of source code as OpenWhisk action for OpenWhisk Xcode Source Editor Extension in order to test Swift OpenWhisk functions quickly. More details in https://github.com/openwhisk/openwhisk-xcode ## Development and testing ``` DEBUG=openwhisk-playground nodemon test.js ``` and with more debugging ``` DEBUG=openwhisk-playground-test,openwhisk-playground nodemon ./test.js ```