73 lines
2.0 KiB
Markdown
73 lines
2.0 KiB
Markdown
## Note: This project is no longer maintained.
|
|
<h1 align="center">
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<a href=""><img src="https://user-images.githubusercontent.com/55575735/123408904-9da0dd80-d5be-11eb-8cc5-7b68be61630d.png" alt="custom-website-generator" width="600"></a>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
</h1>
|
|
|
|
|
|
|
|
[](http://perso.crans.org/besson/LICENSE.html)
|
|
[](https://github.com/HWTechClub/Custom-Static-Website-Generator/graphs/commit-activity)
|
|
|
|
## We have create a module to generate 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: me AT akilan.io (https://akilan.io)
|
|
2. Mohammed Ashab Uddin : https://ashab272000.github.io/dist/
|
|
3. Baber Jan
|
|
4. Preeti Rawat
|
|
5. Gaurav Gosain: gg68 AT hw.ac.uk
|
|
6. Nicole Tobe: https://github.com/tobenxe
|
|
7. Humaid AlQassimi: public AT huma.id(https://humaidq.ae)
|
|
(Website generator based on: https://humaidq.ae/projects/shopsheet/)
|
|
|