Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

ayushmankumar7/covid-nasa

Repository files navigation

NASA_Cov19

Just another project. :)

NPM Version Build Status

Consider climatic conditions to evaluate the spead of Covid-19.

Installation

OS X & Linux:

pip3 install -r requirements.txt
python3 wsgi.py

Windows:

pip install -r requirements.txt
python wsgi.py

Usage example

For more examples and usage, please refer to the Flask Doc.

Development setup

Python3 and pip should be installed.

pip install virtualenv
virtualenv nasa
source nasa/bin/activate (for Linux and Mac)
\nasa\Scripts\activate (for Windows)

pip install -r requirements.txt
python wsgi.py (for Windows)
python3 wsgi.py (for Linux)

Contributing

  1. Fork it (https://github.com/ayushmankumar7/covid-nasa/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages