Skip to content

jirmed/mobile-presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile Presence

Web application that presents data from mobile operators in the Brno region (Czech Republic). It shows the number of people present in particular region per hour on an average workday and weekend. The data were caputred in September-October 2016 and are available here.

Installing

  1. Install node.js (get it from nodejs.org).

    • If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
  2. Install grunt-cli and bower globally

    npm install grunt-cli bower -g
  3. Clone the repository and navigate into it

    git clone https://github.com/SAP/openui5-basic-template-app.git
    cd openui5-basic-template-app
  4. Install all npm dependencies

    npm install
  5. Install all bower dependencies

    bower install
  6. Run grunt to lint, build and run a local server (have a look into Gruntfile.js to see all the tasks).

    grunt
  7. Open the app in your browser: http://localhost:8080

Built With

Authors

License

This project is licensed under the Apache License - see the LICENSE file for details

Acknowledgments

About

Mobile presence - sample project for PB138 course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published