Skip to content

hackair-project/hackair-web

 
 

Repository files navigation

hackAIR web app

Description

The hackAIR web app enables communitites of citizens to set up an air quality monitoring network by collecting, fusing, publishing and visualizing air pollution data. The app has been developed based on Angular v1.

Instructions

  • clone this repository
  • npm install
  • bower install
  • gulp serve

Project Style

The project is based on John Papa's styling guide.

The following changes have been made to the proposed file structure so that it remains compatible with the Ionic framework:

  • App code remains in the www folder.
  • Bower components are stored in the www/lib folder.

The basic structure is shown below:

  • www
    • app
      • core
        • config.js
        • core.module.js
        • core.route.js
        • router
        • logger
        • exception
      • componentX
        • componentX.html
        • componentX.controller.js
        • componentX.route.js
        • componentX.service.js
        • componentX.directive.js
        • componentX.scss
      • app.module.js
    • scss
    • css
    • img
    • lib
    • index.html

License

The hackAIR mobile app is licensed under the AGPL v3 licence. You may obtain a copy of the license here.

Credits

The hackAIR mobile app was created under the scope of hackAIR EU Horizon 2020 Project.

About

Web application for the hackAIR project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.3%
  • HTML 39.9%
  • CSS 13.8%