https://github.com/jwillmer/emergency-contacts
A static website with your personal emergency contacts
https://github.com/jwillmer/emergency-contacts
contacts emergency sos
Last synced: 5 months ago
JSON representation
A static website with your personal emergency contacts
- Host: GitHub
- URL: https://github.com/jwillmer/emergency-contacts
- Owner: jwillmer
- License: mit
- Created: 2018-08-20T20:19:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T21:23:48.000Z (almost 8 years ago)
- Last Synced: 2025-11-02T19:25:39.571Z (9 months ago)
- Topics: contacts, emergency, sos
- Language: JavaScript
- Size: 317 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emergency Contacts
A static website with your personal emergency contacts. If you are lost without any of your devise around and you need to call a family member but don't know the number and all your accounts are secured with 2-step authentication this site can safe your day.
## How to setup
1) Fork this repository and setup GitHub pages.
2) Generate a JSON file with all the contacts that might come in handy [on this page](https://jwillmer.github.io/emergency-contacts/encrypt.html).
3) Paste the encrypted data into [emergency-information.json](emergency-information.json) and update the repository.
4) Visit the [start page](https://jwillmer.github.io/emergency-contacts/index.html) and try it out (demo uses `sos` as password).
## Tested Browsers
Note that the website needs to use SSL in order to work.
| Browser | Status | Note |
| ------------ | ----------- | -------------------- |
| Safari 604 | works | |
| Safari 602 | works | |
| Chrome 68 | works | |
| Chrome 63 | works | |
| IE 10 | not working | missing ES6 support |
| IE 11 | not working | missing ES6 support |
## Tooling
The following tools are used to optimize this project.
- [BrowserStack](https://www.browserstack.com/) to test its accessibility.
- [Google Lighthouse](https://developers.google.com/web/tools/lighthouse/) to optimize for speed
[](https://www.browserstack.com/)
[](https://developers.google.com/web/tools/lighthouse/)