https://github.com/zernonia/tweetic
Convert Tweets to Static HTML
https://github.com/zernonia/tweetic
nuxt3 static-tweet tweets twitter vue3
Last synced: about 1 year ago
JSON representation
Convert Tweets to Static HTML
- Host: GitHub
- URL: https://github.com/zernonia/tweetic
- Owner: zernonia
- License: mit
- Created: 2022-05-11T02:42:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T21:42:06.000Z (over 2 years ago)
- Last Synced: 2025-03-31T16:21:24.223Z (about 1 year ago)
- Topics: nuxt3, static-tweet, tweets, twitter, vue3
- Language: TypeScript
- Homepage: https://tweetic.zernonia.com/
- Size: 1.56 MB
- Stars: 247
- Watchers: 5
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Tweetic
Convert Tweets to Static HTML
Free โข Open Source โข API ready
View Demo
ยท
Report Bug
ยท
Request Feature

## 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) - zernonia@gmail.com
Also, if you like my work, please buy me a coffee โ๐ณ
# ๐ฅ Contributors