Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zernonia/tweetic

Convert Tweets to Static HTML
https://github.com/zernonia/tweetic

nuxt3 static-tweet tweets twitter vue3

Last synced: 2 days ago
JSON representation

Convert Tweets to Static HTML

Awesome Lists containing this project

README

        





Logo

Tweetic


Convert Tweets to Static HTML


Free โ€ข Open Source โ€ข API ready




View Demo
ยท
Report Bug
ยท
Request Feature

![Tweetic.io](public/og.png)

## Inspiration

Heavily inspired by Tweet embedded on [Supabase](https://supabase.com) landing page! Look around the internet, couldn't find any static tweet generator.

Why use this instead of **Twitter oEmbed**?

- You can customize the tweet design
- You don't have to import Twitter's `widget.js`
- You want to prevent UI shifting
- You just wanted the simple text in tweets

Thus created this tool!! ๐ŸŽ‰ Enjoy!

## ๐Ÿš€ Features

- ๐Ÿคฉ Free
- ๐Ÿ“– Open-Source
- ๐Ÿš€ API ready
- ๐Ÿ“‹ Copy/Download Static HTML

### ๐Ÿ”จ Built With

- [Nuxt 3](https://v3.nuxtjs.org/)
- [WindiCSS](https://windicss.org/)

## ๐ŸŒŽ Local Development

### Prerequisites

Yarn

- ```sh
npm install --global yarn
```

### Development

1. Clone the repo
```sh
git clone https://github.com/zernonia/tweetic.git
```
2. Install NPM packages
```sh
cd tweetic
yarn install
```
3. Run local development instance
```sh
yarn dev
```

## โž• Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## ๐Ÿ“œ License

Distributed under the MIT License. See `LICENSE` for more information.

# ๐Ÿ“ง Contact

Zernonia - [@zernonia](https://twitter.com/zernonia) - [email protected]

Also, if you like my work, please buy me a coffee โ˜•๐Ÿ˜ณ


Logo

# ๐Ÿ”ฅ Contributors