Files
Custom-Static-Website-Gener…/README.md
Akilan Selvacoumar b8eb4811fe Update README.md
2020-08-19 11:36:39 +04:00

1.7 KiB

GPLv3 license Maintenance GitHub issues

Generating static web pages using whatsapp

In this project we will illustrate how to build a static web page using commands in whatsapp.

Installation

Requirements : Node js and Npm

Install web generator

First, go to the folder named website-generator.
Then install all the node modules.

cd website-generation   
npm install

Install whatsapp bot

First, go to the folder named whatsapp-web.js.
Then install all the node modules.

cd whatsapp-web.js
npm install 

Start the website generator

Make sure you are in website-generator directory. Then type the following command :

npm start

For more information on deploying the server in IPFS, please click the following link:
https://github.com/Tech-club/Challenge-1/tree/master/website-generator#installation

Start whatsapp bot

Make sure you are in whatsapp-web.js directory. Then type the following command :

npm start

Start generating websites with whatsapp

You need to start both website-generator and whatsapp-bot.

Contributors

  1. Akilan Selvacoumar: akilan@hwtech.club (https://akilan.io)
  2. Gaurav Gosain: gg68@hw.ac.uk
  3. Nicole Tobe: https://github.com/tobenxe
  4. Humaid AlQassimi: me@humaidq.ae(https://humaidq.ae) (Website generator based on: https://humaidq.ae/projects/shopsheet/)