2020-08-05 12:07:22 +04:00
2020-05-14 12:10:15 +04:00
2020-07-13 12:57:35 +04:00
2020-07-22 08:20:03 +04:00

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 : as251@hw.ac.uk
  2. Gaurav Gosain : gg68@hw.ac.uk
Description
This is a custom static website generator which can interaction from almost any platform with API control.
Readme GPL-2.0 24 MiB
Languages
JavaScript 32.1%
CSS 26.8%
SCSS 19.4%
Less 11.2%
HTML 8.4%
Other 2.1%