Skip to content

iPhone app to show simple numeric stats from a REST webservice. Written in RubyMotion .

Notifications You must be signed in to change notification settings

olegam/ObserverStats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObserverStats

iPhone app written in RubyMotion to show simple numeric statistics from a REST webservice. Could be the total number of users of an app or service.

Connects to a webservice that works like this:

GET test.com/api/v1/stats

{
"stats": [
    {
        "id": "new_users", 
        "name": "New Users Today", 
        "value": 7
    }, 
    ...
    ]
}

The code was written in half a day and is my first project with RubyMotion. This demonstrates that for an experienced iOS developer it is very easy to get started writing apps with less code using RubyMotion.

Mandatory screenshot

About

iPhone app to show simple numeric stats from a REST webservice. Written in RubyMotion .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages