Skip to content

Aplicación web que muestra el estado de la calidad del aire actual en relación con los estándares de la OMS. / Web application showing the current state of air quality in relation to the OMS standard.

License

Notifications You must be signed in to change notification settings

idatosabiertos/calidad-del-aire-webapp

 
 

Repository files navigation

Calidad del Aire / Air Quality Build Status

Aplicación web que muestra el estado de la calidad del aire actual en relación con los estándares de la OMS.

Web application showing the current state of air quality in relation to the OMS standard.

REQUERIMIENTOS / REQUIREMENTS

  1. Ruby
    • RVM
    • $rvm install 2.x.x
    • $rvm use 2.x.x
  2. NodeJS
    • $apt get install -y nodejs npm
  3. Bower
    • $npm install -g bower
  4. Grunt
    • $npm install -g grunt grunt-cli
  5. Compass
    • $npm install -g compass
    • $gem install compass
  6. API
    • API levantada y corriendo / up and running
  7. API JOB
    • API JOB levantada y corriendo / up and running

INSTALACIÓN / INSTALATION

  • $git clone https://github.com/idatosabiertos/calidad-del-aire-webapp
  • $cd /calidad-del-aire-webapp
  • $npm install
  • $bower install
  • $grunt serve

Vagrant /vagrant

Requerimientos / Requirements

  1. git clone calidad-del-aire-webapp
  2. cd calidad-del-aire-webapp/Vagrant
  3. vagrant up
  4. Navegar a / Navigate to http://localhost:8080 en la maquina host / on host machine.

About

Aplicación web que muestra el estado de la calidad del aire actual en relación con los estándares de la OMS. / Web application showing the current state of air quality in relation to the OMS standard.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.0%
  • HTML 18.7%
  • CSS 12.3%
  • Shell 3.4%
  • Ruby 0.6%