install: $ npm install
development: $ npm run dev
start: $ npm start
DAASH is a web app that provides useful disaster information in a user-friendly way. It pulls disaster data from FEMA and overlays it with news to give the user helpful insights into disasters happening around them. DAASH helps you find the current disasters occurring in different parts of the world and understand your home using reliable data.
We used Node.js for the backend, using APIs from FEMA, NewsAPI, and PredictHQ. We used a combination of JavaScript, HTML, and CSS to craft the frontend.