An open API service indexing awesome lists of open source software.

https://github.com/dfinity/embed-motoko

Embed a custom Motoko code snippet in a Medium article, blog post, or webapp.
https://github.com/dfinity/embed-motoko

code-snippets embedly icp iframe-embeds interactive internet-computer javascript live-coding medium-article motoko motoko-language oembed snippets wordpress

Last synced: about 1 month ago
JSON representation

Embed a custom Motoko code snippet in a Medium article, blog post, or webapp.

Awesome Lists containing this project

README

          

# [Embed Motoko](https://embed.motoko.org) · [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Tests](https://img.shields.io/github/actions/workflow/status/dfinity/embed-motoko/tests.yml?branch=main&logo=github)](https://github.com/dfinity/embed-motoko/actions?query=workflow:"Tests") [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/dfinity/prettier-plugin-motoko/issues)

> #### Embed interactive [Motoko](https://github.com/dfinity/motoko#readme) code snippets in your Medium article or website.

---

## Medium Articles

Paste the following link into your Medium article:

```
https://embed.motoko.org
```

Customize your code snippet by heading to [embed.motoko.org](https://embed.motoko.org) and using the "Copy embed snippet" button.

## Websites & Blogs

Paste the following HTML tag into your website:

```html

```

## Contributing

```sh
# Set up your local environment
git clone https://github.com/rvanasa/embed-motoko
cd embed-motoko
npm install

# Run the development server
npm start

# Run tests
npm test
```