- Python
- Airbnb API
- AWS Lambda
- Serverless
- Anima Plugin
- Download this project.
- Deploy this folder to lambda by using serverless. (sls deploy)
- Call API and get JSON file, {result}.
- Method : GET
- Required parameter : location
- location is airbnb search_query. You can test search_query in Airbnb, by writing testing_search_query into search input.
- For examples,
Yeonnam-ro 3 gil, Seoul
,127.3829281, 36.2718111
,서울시 마포구 성산1동
and so on...
- Distribute each information to frontend elements from {result}.
- Enjoy!