Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Travel portal development, hotel extranet, hotel mapping, hotel api, car rental system

NotificationsYou must be signed in to change notification settings

manthankool/hotel-price-comparison-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"}'

  1. Get request to our /city endpoint

curl --request GET
--urlhttps://api.makcorps.com/free/london
--header 'Authorization: JWT eyJ0eXAiOiJKV1Q'

put your JWT token after JWT in step 2

About

Travel portal development, hotel extranet, hotel mapping, hotel api, car rental system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp