An open API service indexing awesome lists of open source software.

https://github.com/pyk/too-old

Simple apps to measure how old are you now with precisly. built using AngularJS aand Bootstrap
https://github.com/pyk/too-old

Last synced: about 1 year ago
JSON representation

Simple apps to measure how old are you now with precisly. built using AngularJS aand Bootstrap

Awesome Lists containing this project

README

          

too old
=======

Simple apps to measure how old are you now with precisly. built using
[AngularJS][ng] and [Bootstrap][bt], see live here [atpyk.org/too-old][to]

### try it locally

1. clone this repository
``` shell
$ git clone https://github.com/pyk/too-old.git too-old && cd too-old
```

2. get all dependencies
``` shell
$ npm install
$ bower install
```

3. run the server (note: grunt-cli is required)
``` shell
$ grunt server
```
browse on localhost port 8000

[ng]: http://angularjs.org
[bt]: http://getbootstrap.com
[to]: http://atpyk.org/too-old