Sample Phantom Applications
This page will, over the coming weeks, grow to include an expanding collection of sample Phantom applications demonstrating the use of important Phantom features.

     
 

Weathergetter

WeatherGetter Image

This application retrieves the current weather conditions for a user-specified city from Yahoo's weather service. The zipcode of the city entered is used to obtain the weather. The cities and zipcodes are extracted from a 40,000 record compressed XML file that is included with the application.

Features exercised
File compression, XML, keyed value lists, InternetGet, progress bar.

Phantom version required
1.7.27

Contents of the download
Weathergetter.txt, Weathergetter.exe, zipcodes.xml.gz

Download Weathergetter (1.55 MB)


Planned Sample Applications
The following sample applications will be made available in the coming weeks, not necessarily in the order shown. If you have interest in a particular sample application or feature, even if it is not represented in the list below, let us know and we can make it available as soon as possible.

Webserver - a webserver implemented in PhantomScript
Proxyserver - proxy server that logs browser requests and replies
AmazonS3 - demonstration of accessing Amazon's S3 storage web service
BrowserUI - using a browser as the user interface for a Phantom app
PasswordManager - Securly encrypt, save, and retrieve sensitive information
FeedReader - Phantom application to read RSS feeds