Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 829 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 829 Bytes

Hush

Hush - Twitter feed without noise | Product Hunt Embed

Create a local feed to consume tweets of your favourite people on internet without any noise. No authentication required. All the data is stored locally on your machine.

Check it out at https://hush.onrender.com/

Built using Twint

Local Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build