Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mort3za/piko
A lightweight Twitter web client
https://github.com/mort3za/piko
twitter vuejs
Last synced: 24 days ago
JSON representation
A lightweight Twitter web client
- Host: GitHub
- URL: https://github.com/mort3za/piko
- Owner: mort3za
- License: gpl-3.0
- Created: 2021-06-30T08:16:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T23:49:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T15:31:59.345Z (over 1 year ago)
- Topics: twitter, vuejs
- Language: Vue
- Homepage: https://pikopiko.netlify.app
- Size: 1.61 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Piko Twitter Client
This is a lightweight web client for Twitter.
## Features
- Super lightweight, no bloated video player, modals, etc
- First class lists support
- Next/Prev pagination instead of infinite scrolling
- Full pictures are visible in timeline. In Twitter web seeing longer images is a pain.## Todo
- Add ability to send media files in a tweet
- Upgrade to Twitter API v2
- Improve replies section## Usage
You can use the deployed version (https://pikopiko.netlify.app)
Or clone and deploy it yourself. Frontend project (this repository) should be installed on Netlify, backend project (https://github.com/mort3za/piko-server) can be installed on Vercel.
You'll need to sign up for a Twitter developer account and get the required API keys. Check .env.example file to see what you need.