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.
![]() |
![]() |
---|---|
![]() |
![]() |
- Clone the repo and
cd
into it composer install
npm install
npm run dev
- Rename or copy
.env.example
file to.env
php artisan key:generate
php artisan serve
or use Laravel Valet or Laravel Homestead- Visit
localhost:8000
in your browser