My REST API

NodeJS & Express (SSR version)

response:

[

{

"id": "1"

"name": "Acme Fresh Start Housing"

"city": "Chicago"

"state": "IL"

"availableUnits": "4"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-1.jpeg"

"wifi": "true"

"laundry": "true"

},

{

"id": "2"

"name": "A113 Transitional Housing"

"city": "Santa Monica"

"state": "CA"

"availableUnits": "0"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-2.jpeg"

"wifi": "false"

"laundry": "true"

},

{

"id": "3"

"name": "Warm Beds Housing Support"

"city": "Juneau"

"state": "AK"

"availableUnits": "1"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-3.jpeg"

"wifi": "false"

"laundry": "false"

},

{

"id": "4"

"name": "Homesteady Housing"

"city": "Chicago"

"state": "IL"

"availableUnits": "1"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-4.jpeg"

"wifi": "true"

"laundry": "false"

},

{

"id": "5"

"name": "Happy Homes Group"

"city": "Gary"

"state": "IN"

"availableUnits": "1"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-5.jpeg"

"wifi": "true"

"laundry": "false"

},

{

"id": "6"

"name": "Hopeful Apartment Group"

"city": "Oakland"

"state": "CA"

"availableUnits": "2"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-6.jpeg"

"wifi": "true"

"laundry": "true"

},

{

"id": "7"

"name": "Seriously Safe Towns"

"city": "Oakland"

"state": "CA"

"availableUnits": "5"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-7.jpeg"

"wifi": "true"

"laundry": "true"

},

{

"id": "8"

"name": "Hopeful Housing Solutions"

"city": "Oakland"

"state": "CA"

"availableUnits": "2"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-8.jpeg"

"wifi": "true"

"laundry": "true"

},

{

"id": "9"

"name": "Seriously Safe Twins"

"city": "Gary"

"state": "IN"

"availableUnits": "10"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-9.jpeg"

"wifi": "false"

"laundry": "false"

},

{

"id": "10"

"name": "Capital Safe Towns"

"city": "Portland"

"state": "OR"

"availableUnits": "6"

"photo": "https://raw.githubusercontent.com/esteecodes/images/main/homes/location-10.jpeg"

"wifi": "true"

"laundry": "true"

},

]

developed by Multignite