proxy-based Twister client written with react-js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Julian Steinwachs 706eb1d539 setup instructions WIP 8 years ago
build dont user broken wysiwyg post editor 8 years ago
css wysiwyg markout, yey 8 years ago
docker setup instructions WIP 8 years ago
fonts dont user broken wysiwyg post editor 8 years ago
img cache is now automatically trimmed by 2 weeks 9 years ago
jsx dont user broken wysiwyg post editor 8 years ago
screenshots new screenshots 9 years ago
tests dont user broken wysiwyg post editor 8 years ago
.gitignore Featured 8 years ago
README.md setup instructions WIP 8 years ago
index.html edit profile and avatar 9 years ago
package.json export key 8 years ago
twister-lib.js hashtag browsing 9 years ago

README.md

twister-react

A drop-in-replacement for twister-html written in React using Bootstrap with the paper theme.

The main purpose of this project is to test the underlying Twister library twister-lib-js.

Missing Features

  • User Search
  • Trending Hashtags
  • Direct Messages

Setup as hosted by a publix twister proxy

apt-get update apt-get install -y git curl nodejs nodejs-legacy npm curl -sSL https://get.docker.com/ | sh git clone https://github.com/miguelfreitas/twister-core.git

mkdir ~/.twister echo -e "rpcuser=user\nrpcpassword=pwd\nhtmldir=~/twister-react" > ~/.twister/twister.conf chmod 600 ~/.twister/twister.conf

git clone https://github.com/Tschaul/twister-react.git git clone https://github.com/digital-dreamer/twister-proxy.git

npm install -g browserify react-tools forever

Screenshots

Alt text

The home screen with two click account switching.

Alt text

The new post modal

Alt text

The profile page on the posts tab

Alt text

The profile page on the following tab

Alt text

The profile page on the mentions tab

Alt text

The conversation page