A CoronaNotifier application built using Fluutter
Simple location base US Corona statistic application. It auto-detects user location to show user's county statistics.
The server-side code is in different repository.
The data will update as soon as I get the data from the data sources.
--- Simple API Information --- built by me.
/getState : getting 51 States Data (include District of Columbia)
/getStateDetail/: getting all state county COVID information.
/getCounty//: getting one specific county COVID information.
/getTimeHistory: get COVID time history of US.
--- Simple API Information Done ---