Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17r/tsace
Techspandex Skills Assessment - Codey Edition
https://github.com/c17r/tsace
Last synced: 5 days ago
JSON representation
Techspandex Skills Assessment - Codey Edition
- Host: GitHub
- URL: https://github.com/c17r/tsace
- Owner: c17r
- License: mit
- Created: 2014-02-23T21:22:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T00:34:30.000Z (over 1 year ago)
- Last Synced: 2024-10-10T05:35:26.390Z (29 days ago)
- Language: Python
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# My Weather App
Allows the user to look up weather information for any location. The information provided is:
* Name of the location
* Date and Time at the location
* Current temperature as well as the daily high and low temperatures. All are provided in both Fahrenheit and Celsius.
* Current weather provided both graphical and textually.The user can save locations for easier lookups in the future. All that is required is a single cookie; no username or password to remember.
Weather information is cached for at most 15 minutes.
## Technologies Used
* Backend
* Django 1.6
* Python Requests 2.1.0
* Firebase - SaaS provided JSON database
* ForecastIO API feed
* Frontend
* jQuery 1.10
* jQuery BlockUI 2.66
* Facebook React 0.9
* Moment 2.5.1 JS time library
## How To RunAll the services are cloud hosted so it's a simple matter of:
$ git clone
$ cd tsace
$ pip install -r requirements.txt
$ manage.py runserver
and browse to http://127.0.0.1:8000