Skip to content

Zephyr is a platform which provides users with the predicted Air Quality Index levels of air pollution for 39 cities of India with daily, monthly and yearly trends. It also provides some of the statistics observed for AQI over these cities and various latest articles and blogs related to air pollution.

Notifications You must be signed in to change notification settings

fazeVaib/Zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZEPHYR

Zephyr is a platform which provides users with the predicted Air Quality Index levels of air pollution for 39 cities of India with daily, monthly and yearly trends. It also provides some of the statistics observed for AQI over these cities and various latest articles and blogs related to air pollution.

Picture Here

Instructions

  1. Get the source code on your pc via git and navigate inside the folder through your terminal.
  git clone https://github.com/altruistcoder/Zephyr
  1. Create a virtual environment and navigate inside it.
  virtualenv venv
  1. Move the contents of cloned repository inside virtual environment folder.

  2. Activate the virtual environment (You have to activate it everytime you are working on project).

  For mac users:

    source bin/activate  

  For windows users:

    .\Scripts\activate

  For Linux users:

    source activate <environment-name>
  1. Now, install python dependencies.
  pip install -r requirements.txt
  1. Now, navigate to the directory containing manage.py file.

  2. Run following command:

  python manage.py migrate
  python manage.py runserver
  1. Zephyr is ready for use. You can run it at http:https://127.0.0.1:8000/.

About

Zephyr is a platform which provides users with the predicted Air Quality Index levels of air pollution for 39 cities of India with daily, monthly and yearly trends. It also provides some of the statistics observed for AQI over these cities and various latest articles and blogs related to air pollution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages