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

https://github.com/threefoldtech/www-mastodon


https://github.com/threefoldtech/www-mastodon

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# WWW-MASTODON

Mastodon Deployment Weblet

## Table of contents

1. [How to include weblet in another website?](#how-to-include-weblet-in-another-website)
2. [Provider ID](#provider-id)

### How to include weblet in another website?

1. Clone the project

```sh
git clone https://github.com/threefoldtech/www-mastodon.git

# Change directory inside project
cd ./www-mastodon
```

2. Install project dependencies

```sh
yarn install
```

3. Build project

```sh
yarn build
```

4. Copy all files in _./dist_ folder into your project (for e.g in _./weblet_)

5. Import scripts in your project

```html

```

6. Use weblet within your templates

```html









```

### Provider ID

If you didn't add a **Provider ID**. User will be asked to enter a valid id or stick to our default id(1).
![image](https://user-images.githubusercontent.com/31689104/207857124-cc5bc7e0-121c-4248-b295-c1ff8d264211.png)

If you add a **Provider ID**. you will get _Credentials_ as first page.

```html

```

![image](https://user-images.githubusercontent.com/31689104/207612152-3069fc8c-25f5-49ed-a2a6-c0cdf37a7639.png)