Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.79 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.79 KB

airlineapp@SIAappchallenge

What is this?

airlineapp is the repository created for the Singapore Airlines AppChallenge. The theme we chosen to work on is Digital Singapore Stopover Holiday.

Key features

1. Chat bot :octocat:

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.

2. One-stop platform for SSH information needs ✈️

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.

3. Meet Up! 👫

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.

Installation and setup

Pre-requisite for developer

  • Have npm and node.js installed
  • Have monaca CLI installed after having npm npm install -g monaca

Running and testing the app locally

  1. Navigate to airlineapp directory in your command line
  2. Ensure node dependencies are installed using npm install
  3. Run the npm server using npm start
  4. Run the client mobile application using monaca preview