forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6547da
commit 4e74f24
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |