Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (22 loc) · 1.23 KB

Python Flask App to present finn.no data.

This app uses the data stored by #finnazureflaskapp. On load, it queries the Azure Storage Blob for data and presents a graphical representation. It also shows the overall data collected from finn in the tables below.

The app has two views: List view and map view. User can select between these views. Uses google maps api to fetch the geocode location of the address and then marks and displays the google maps.

It displays the following:

Graph

  1. Statistics of realestates added.
  2. Statistics of realestates sold.

Reports

  1. Realestates added that day.
  2. Price Changes for the same house.
  3. Houses sold on that day.
  4. Visnings added.

DEPLOYMENT

The app is now deployed on google cloud. Browse link: http://35.232.182.116:9871/

Sample Graph

alt text

alt text

alt text

alt text