All Projects → mkotsur → gitoscop

mkotsur / gitoscop

Licence: other
Github commits as a slideshow

Programming Languages

javascript
184084 projects - #8 most used programming language

Gitoscop

This is a pet project which aimed to promote http://angularjs.org. Feel free to fork, make some changes and learn AngularJS in this way. Endless list of TODOs is always present at index.html :-)

Running Tests

Unit tests: http://127.0.0.1/js/SpecRunner.html
E2E tests: http://127.0.0.1/js/e2eRunner.html

Aye, you need to set up something like Apache httpd to run tests. Example:

<VirtualHost *:80>
    DocumentRoot "/Users/mkotsur/Projects/gitoscop/"
    ServerName 127.0.0.1
    ServerAlias gitoscop.com
    <Directory /Users/mkotsur/Projects/gitoscop/>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
    </Directory>
</VirtualHost>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].