hotel-price-comparison-api

所属分类:数据库系统
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2019-10-07 09:05:39
上 传 者sh-1993
说明:  旅游门户开发,酒店外联网,酒店地图,酒店api,汽车租赁系统
(Travel portal development, hotel extranet, hotel mapping, hotel api, car rental system)

文件列表:
.google-cookie (1, 2019-10-07)
Procfile (21, 2019-10-07)
db.py (93, 2019-10-07)
models/ (0, 2019-10-07)
models/__init__.py (0, 2019-10-07)
resources/ (0, 2019-10-07)
resources/__init__.py (0, 2019-10-07)
run.py (125, 2019-10-07)
runtime.txt (13, 2019-10-07)
uwsgi.ini (102, 2019-10-07)

# hotel-price-comparison-api Extracting price of hotel rooms and comparing them(MakCorps) This project is all about extracting prices from more than 200 websites like expedia and hotels.com. This API provides you with prices from different websites and reviews and ratings of the hotel. Please, do not abuse the terms and conditions of the project. Hope this project can help junior developers to make android and web apps on hotel management. So here , we have stated two simple steps through CURL to make a query to our API. 1) JWT token. curl --request POST \ --url 'https://api.makcorps.com/auth' \ --header 'Content-Type: application/json' \ --data '{ "username":"xxxxx", "password":"xxxxx" }' 2) Get request to our /city endpoint curl --request GET \ --url https://api.makcorps.com/free/london \ --header 'Authorization: JWT eyJ0eXAiOiJKV1Q' put your JWT token after JWT in step 2

近期下载者

相关文件


收藏者