Files
FinalYearProject-MyMind/EmergencyContacts Database.json
Alexander Davis 0018e82ee5 App Completed
Basic Prototype App Completed. Proposal, Literature Review and Final
Report to Follow.
2017-04-13 18:18:38 +01:00

22 lines
427 B
JSON

{
"EmergencyContacts" : {
"samaritans" : {
"name": "Samaritans",
"number": "08457909090"
},
"saneline": {
"name": "SANELINE",
"number": "08457678000"
},
"fwdthink" : {
"name": "Forward Thinking Birmingham",
"number": "03003000099"
},
"bsmhft": {
"name": "Birmingham and Solihull Mental Health Foundation Trust",
"number": "01213010000"
}
}
}