EbiseLutica / whisperhub

Anonymous microblogging service 🎭

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhisperHub

日本語 ・ English

A masked micro-blogging social media service 🎭

WhisperHub is a open-source micro-blogging service written in typescript. However, it's not just one.

Anonymous User

In WhisperHub, you don't have to set your user's name. All posts are published without user's name. It's like 2ch, a Japanese BBS.

See Wiki (In Japanese) to get more information.

Requirement

  • node
  • npm or yarn
  • mongodb

To Build

git clone https://github.com/xeltica/whisperhub
cd whisperhub

# install all deps
npm i
# and run it
npm run dev

# if you want to use yarn
yarn
yarn dev

Contributing

If you want to report bugs, improvements, or new features to me: Issues

If you want me to merge your code: Pull Requests

LICENSE

Under MIT LICENSE. You can create your own instance at your own risk, but you must not delete my copyright notation.

About

Anonymous microblogging service 🎭

License:MIT License


Languages

Language:Vue 57.6%Language:TypeScript 38.3%Language:CSS 2.7%Language:HTML 1.5%