- Navigate to https://rapidapi.com/apidojo/api/unofficial-redfin
- Create an account
- Your key will now be visible from the previous link. Crtl+F for X-RapidAPI-Key and copy the key.
- Create a file called .env in the root directory of your project.
- Paste the following into the file, replacing the X's with your key
REACT_APP_REDFIN_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Confirm that the key works by running your app and navigating to the http://localhost:3000/redfin/test page.
To install the base package, run:
npm install
To install Papa Parse for the useCSV
hook, run:
npm i papaparse
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.