This is a simple Next.js app that allows farmers to search for grain bid prices.
You can use it at https://cashbidprices.com
[] Use the Google's Distance Matrix API to find the nearest grain bids to the user. [] Use the USDA's Commodity Exchange API to get the current price of the grain. [] Use Barchart's API to get the current price of the grain for a given location.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This is a Next.js project bootstrapped with create-next-app
.