FloodApp
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This directory contains code that is shared between the frontend and backend.
utils.ts- Shared types, interfaces, and utility functions
UserInfo- User information (without sensitive data)LocationInfo- Location informationAlertInfo- Alert informationSignupRequest- Request body for signupLoginRequest- Request body for loginAuthResponse- Response for authenticationAddLocationRequest- Request body for adding a location
OSUN_STATE_BOUNDS- Geographic boundaries of Osun State, Nigeria
isInOsunState(latitude, longitude)- Check if coordinates are within Osun StateformatDate(dateString)- Format a date string for display