https://github.com/nexmo/nexmo-developer-techio-playground
https://github.com/nexmo/nexmo-developer-techio-playground
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nexmo/nexmo-developer-techio-playground
- Owner: Nexmo
- Created: 2017-10-24T12:44:11.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T05:31:46.000Z (over 1 year ago)
- Last Synced: 2025-03-21T06:27:42.445Z (over 1 year ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nexmo Developer Tech.io Playground
Provides code & tests for interactive runnable examples on Nexmo Developer
## Developing (external contributions)
- Setup a [Tech.io](http://tech.io) account
- Create a Playground
- Select "Custom Template"
- Select "Use Tech.io repository"
- Make a note of the repo URL
- Add your SSH key
```
$ git clone git@github.com:Nexmo/nexmo-developer-techio-playground.git
$ cd nexmo-developer-techio-playground
$ git remote add techio
$ git push techio
```
## Developing (internal contributions)
- Login to the [Tech.io](http://tech.io) account
- Add your SSH key
```
$ git clone git@github.com:Nexmo/nexmo-developer-techio-playground.git
$ cd nexmo-developer-techio-playground
$ git remote add techio git@ssh.git.tech.io:cg2250734/playground-oabzu1po.git
$ git push techio
```
> Note: Pushing to this repo will not automatically change the examples as the embed URL changes.
## Add example to Nexmo Developer
Copy the embed code and extract the ID from the `` URL. The example can be included using a Nexmo Developer plugin:
For example the following `` embed code:
```html
```
Should be added into a Markdown file in Nexmo Developer as:
````markdown
```techio
title: Send an SMS
path: /64ad01e8cd132498ea5d285a161c4c584058/welcome/124979
```
````
## Contributing
Contributions are welcome, please follow [GitHub Flow](https://guides.github.com/introduction/flow/index.html)
## License
The content of this project itself is licensed under the [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](https://github.com/Nexmo/nexmo-developer/blob/master/LICENSE.txt).