This is a Django web application that allows users to find E85 stations within a certain radius of a given zip code.
- Clone this repository:
git clone https://github.com/Wombat45/e85stations.git
- Navigate to the project directory:
cd e85stations
- Install the requirements:
pip install -r requirements.txt
- Run the server:
python manage.py runserver
- Open your web browser and navigate to
http://localhost:8000
. - Enter a zip code and a radius in miles, then click "Submit".
- The application will display a list of E85 stations within the given radius of the zip code.
To run the tests, use the following command:
python manage.py test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.