Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.12 KB

(This is still under development as of 6/29/2022)

Intro

A simplied web version of the FAB app.

Features:

  • View messages and comments from artists and groups
  • Send messages

Not supported:

  • Purchasing points
  • Unable to see images in messages

Pre-reqs

How to get your FAB userid and accesstoken

This information is located in the HTTP request headers. On iOS and Android, there are apps that let you inspect network traffic to see the request headers.

Run locally

$ git clone https://github.com/anniegiang/fab-web-client.git
$ cd fab-web-client
$ npm install
$ npm run start

Open http://localhost:3000/

Disclaimer

  • Actions that cost points in the original app also cost points in this client. (ex: it cost points to open new messages and send messages.)
  • Zero data is collected. All data is stored on the user's local machine.
  • The developer has no intention to make a profit.
  • The developer is not responsible for any loss or damages.