4uclock


Project maintained by sngmr Hosted on GitHub Pages — Theme by mattgraham

What's this app?

Welcome to 4UClock.

This application is showing beauties once a minutes from "4u beauty image bookmarking" (http://4u-beautyimg.com/) for iPhone, iPad. It's kind of RSS leader specialized for 4U.

ScreenShot

Function

How to compile

This application made for Titanium Mobile. You need to install it on your OSX via http://www.appcelerator.com, and prepare for iOS application development, like install Xcode, etc.

How to clone

Clone this project

git clone git@github.com:sngmr/4UClock.git

Clone submodules. This projects require "jasmin-titanium" and "jasmine". If you don't need UnitTest components, skip this section and follow guidance next section.

cd (ProjectFolder)
git submodule init
git submodule update
cd Resources/vendor/jasmine-titanium/
git submodule init
git submodule update

How to run unit test

Run terminal and execute command below.

cd (ProjectFolder)/Resources
./specs.py

Sorry, unit test code is under construction :P

If you don't need UnitTest components, delete as below.

cd (ProjectFolder)
rm specs.py
rm -fR spec
rm -fR vendor

License

Check "LICENSE.txt"

Developer

@sngmr(http://d.hatena.ne.jp/sngmr)