diff --git a/README.md b/README.md index dbb2ca7..7889a35 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# Challenge-1 -To improve community collaboration this challege is desgined to work together and build a useful service under 6 hours +# Team Collaboration challenge - 1 + +This will be a group activity challenge. You will be assigned all those who are interested and build a mini product in under 6 hours. The challenge will be actual problems that tech clubs face and you fix them to improve yours and your fellow members' experience. + +This project will be either GPL or AGPL license which means it’s an open source project that means the source code and application can be distributed for free. + +## Create a whatsapp bot that creates a static webpage for you : +Your task is to ensure that a user can create a website from whatsapp. We will make all websites static to ensure that we can add future features such as deploying the websites to a server or IPFS. We will use a static website generator called hugo. + +Each team interested must have a minimum of 5 developers + +### Bot Developer : +Your task is to design a bot that reads input and sends the according information to the API and displays the responded result. +Repo : +https://github.com/Tech-club/whatsapp-web.js/ + +Language : +Node js + +Commands : +Show Templates +- Returns link of all templates +Create website + - returns the all commands available for that template + - returns unique id + - deploy id + - returns link + +