diff --git a/_projects/lander.md b/_projects/lander.md new file mode 100644 index 000000000000..3de8938289b7 --- /dev/null +++ b/_projects/lander.md @@ -0,0 +1,19 @@ +--- +layout: page +title: lander app +description: Land sales analysis app +img: assets/img/7.jpg +importance: 1 +github: https://github.com/masarunakajima/lander +category: work +--- + +# lander - Land sales analysis app + +This is a user interface app for querying and analyzing real estate properties, +especially lands, in the US. To use this app, the user needs an account at +[Rapid API](https://rapidapi.com/hub). + +## How it works +This application queries land sales data from [Zillow](https://rapidapi.com/s.mahmoud97/api/zillow56) and saves to the local SQLite database. +The saved data is used for analysis.