Smirl / fake-realtor-api

An example data source to be used with the Tolomuco framework.

Home Page:https://fake-realtor-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tolomuco Real Estate API

An example API to be used with the Tolomuco framework

At the core of this simple Flask app is Faker.

Usage

The API is available at /api/ and can take the following GET arguments:

GET parameter Default Description
per_page 10 the number of results per page
page 0 the page number. First page is 0.
total per_page * 2 the number of results in total
seed 1337405335 the random number genorator seed.

Deployment

This simple app is deployed to Heroku when master is pushed to. The Procfile defines the web service which is a simple gunicorn command with eventlet workers. You can find the app at https://fake-realtor-api.herokuapp.com/.

About

An example data source to be used with the Tolomuco framework.

https://fake-realtor-api.herokuapp.com/

License:GNU General Public License v2.0


Languages

Language:Python 64.8%Language:HTML 30.9%Language:Dockerfile 4.3%