/emojiweather

Search, text, or call for the weather conditions ☀️

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Emoji Weather ☀️

Emoji Weather is a website that allows a user to search, text, or call for the weather conditions.

Local

git clone git@github.com:richardcornish/emojiweather.git
cd emojiweather/
python -m venv env
source env/bin/activate
pip install -r requirements.txt
cd emojiweather/
python manage.py migrate
python manage.py loaddata emojiweather/fixtures/*
python manage.py runserver

127.0.0.1:8000

Production

cd emojiweather/
source env/bin/activate
fab deploy

Packages

  • django
  • django-debug-toolbar
  • django-ipware
  • django-widget-tweaks
  • fabric
  • geoip2
  • gunicorn
  • psycopg2-binary
  • python-dateutil
  • requests
  • twilio
  • ua-parser