airlineapp
is the repository created for the Singapore Airlines AppChallenge. The theme we chosen to work on is Digital Singapore Stopover Holiday.
SIA experience long waiting time during peak hours. Our chat bot will help to answer basic questions compiled from a list of common FAQs from SIA database and provide recommendations on local delicacies. There is potential for machine learning in this area as the chat bot can capture users input, ask a human SIA staff when it does not know the answer, and learn from the answers given by the human SIA staff.
The mobile application compiles from SIA various information necessary for tourists to make various decisions about their SSH travel. Useful information such as places of attractions, fun activities in Singapore and special events such as olympics and grand prix can be found here.
It is always better to create alternative where tourists can gather information about various aspects of SSH. Meet Up!
empowers tourists to do so by allowing them to interact with fellow tourists experiencing the same SSH journey through the Meet Up!
messaging feature. Tourists would be able to share their fun experience together.
- Have npm and node.js installed
- Have monaca CLI installed after having npm
npm install -g monaca
- Navigate to airlineapp directory in your command line
- Ensure node dependencies are installed using
npm install
- Run the npm server using
npm start
- Run the client mobile application using
monaca preview