Emergency Number Lookup

Emergency Number Lookup Used AI

3 devlogs
5h 36m
•  Ship certified
Created by infinotiver

A web app to quickly find emergency contact numbers for various services during critical situations. It uses an API (made by me by web-scraping the Wikipedia List of Emergency Numbers page using Python) and JavaScript libraries like Nominatim, Leaflet.js to get the user's GPS location and find the country and embed maps. No data is stored in this process

Timeline

Ship 1

1 payout of shell 99.0 shells

infinotiver

about 1 month ago

infinotiver Covers 3 devlogs

add emergency service data for additional countries (solved the API problem)

Update attachment

Added functionality to close map container on clicks outside the container (especially useful for mobile)
Minor adjustments in the styles of the map and map-container

Yet to do -
- fix the flex box in the result div ( the last notes entry is misaligned" )
- fix the API (some countries seem missing)

And let's just say the country in the banner rn is very controversial

Update attachment

Added interactive map to override location and icons to make the website aesthetically pleasing

Update attachment