Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sharpcoder/hashtodon

A mastodon hashtag discovery tool
https://github.com/sharpcoder/hashtodon

fediverse-tool mastodon tool

Last synced: 8 days ago
JSON representation

A mastodon hashtag discovery tool

Awesome Lists containing this project

README

        

# Hashtodon

Hashtodon is a hashtag discovery tool for mastodon. It works by scouring
the timeline on your instance and finding other correlated hashtags.

You canfind the public release here: [https://sharpcoder.github.io/hashtodon/](https://sharpcoder.github.io/hashtodon/)

## Installation

Use the package manager npm or pnpm or yarn, etc.

```bash
pnpm install
```

## Usage

```bash
pnpm run dev
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)