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
- Host: GitHub
- URL: https://github.com/objarni/bridgestatus
- Owner: objarni
- License: mit
- Created: 2015-10-23T09:52:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T09:04:39.000Z (over 10 years ago)
- Last Synced: 2025-02-06T11:55:19.890Z (over 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.