seanfisher / MyDay

Simple Appcelerator Titanium mobile app to provide weather, an inspirational quote, and a breakfast suggestion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyDay

Simple Appcelerator Titanium mobile app to provide weather, an inspirational quote, and a breakfast suggestion.

Description

This app was originally built as a demo app for a presentation to developers at Pariveda Solutions during the Houston Learning Series event by @seanfisher and @mmnaviwala.

Setup

  1. Install Appcelerator's Titanium Studio
  2. Install the Android and (optionally) the iOS SDKs on your local machine. Titanium Studio has a wizard to allow you to do this
  3. Import this project as an existing mobile project into Titanium Studio
  4. Sign up for the Yelp! API and put your keys into app/controllers/myDay.js. Search for ---CONSUMER-KEY-HERE--- to find where to put in the Yelp keys.

Features

This app demonstrates a number of Titanium features, including:

  • Using the HTTP client to access third-party APIs
  • Getting the device's location through the Titanium API
  • Using local assets such as image files
  • A basic view-controller

About

Simple Appcelerator Titanium mobile app to provide weather, an inspirational quote, and a breakfast suggestion

License:GNU General Public License v2.0


Languages

Language:JavaScript 88.2%Language:Python 11.8%