Simple web application that allows users to download their preferred Wattpad stories into HTML or PDF format. No logins or software downloads are required. Data will be removed from database after 12 hours.
https://grabwatt.herokuapp.com/
Download NodeJS and carry out the following commands:
git clone https://github.com/andreathniah/grabwatt.git
cd grabwatt
yarn install
cd client
yarn install
cd ..
yarn dev
Google's Firebase Realtime Database is required. After the set up, create .env
files at /
and /client
with the appropriate content from Firebase.
NODE_ENV=development
REACT_APP_FIREBASE_DOMAIN=
REACT_APP_FIREBASE_KEY=
REACT_APP_FIREBASE_URL=