Skip to content

Voyvode/wojciechowski-william-safetynet-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafetyNet

SafetyNet Alerts provides information to emergency services systems.

This backend provides a REST API allowing rapid access to information about the population covered by fire stations, helping the rescue services to adapt effectively to the emergency situation.

unit pass brightgreen coverage 93%25 brightgreen

Data

firestation

Address/fire station assignements

person

Known person by the system, with address and contacts

medicalRecord

Medical record with birthdate, medications and known allergies

These data can be modified via corresponding POST, PUT and DELETE methods.

Search API

/firestation?stationNumber=<station>

People covered by a fire station and count of children.

/childAlert?address=<address>

Indication of presence and information about children.

/phoneAlert?firestation=<stationNumber>

Phone directories of persons covered by a fire station.

/fire?address=<address>

Detailed information about a household.

/flood/stations?stations=<stationNumbers>

Households and householders covered by fire station(s).

/personInfo?lastName=<lastName>

Detailed information found by last name.

/communityEmail?city=<city>

Mailing list of all known city residents.

About

SafetyNet Alerts API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages