Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.25 KB

File metadata and controls

22 lines (16 loc) · 1.25 KB

AQI(Air Quality Index) Map

This project objective is to build an AQI map that using web crawler and task schedule to pull data from the AQI open data resource in every hour and displays dynamic AQI information on web gis platform. To create a simple REST API provide basic data filtering and sorting functionality from an established database.

Screenshots

screenshot

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. npm install
  4. npm run dev
  5. Rename or copy .env.example file to .env
  6. php artisan key:generate
  7. php artisan serve or use Laravel Valet or Laravel Homestead
  8. Visit localhost:8000 in your browser