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

https://github.com/objarni/bridgestatus

Check up/down status of Götaälvbron
https://github.com/objarni/bridgestatus

Last synced: about 1 year ago
JSON representation

Check up/down status of Götaälvbron

Awesome Lists containing this project

README

          

# bridgestatus
Check up/down status of Götaälvbron

Intent
======

The purpose of this repository is to expriment with writing unit tests for Knockout-based HTML UIs.

Tech
----

* jQuery 1.9.1 - Ajax calls
* Knockout 3.3.0 - ViewModels / UI 2-way updates
* Jasmine 2.1.3 - Unit tests/specs

How to run
----------
**Works in Chrome.** Install **"CORS Toggle"** extension to allow Ajax-call to another server than your localhost machine.

Open index.html in Chrome. Hit "Check" as many times as you like.

How to run tests
----------------
Open runtests.html and they will run. Hit F5 to re-run.