https://github.com/aadewunmi/calling-a-json-api
Calling-a-JSON-API : The program will prompt for a location, contact a web service and retrieve JSON for the web service and parse that data, and retrieve the first place_id from the JSON.
https://github.com/aadewunmi/calling-a-json-api
Last synced: 7 months ago
JSON representation
Calling-a-JSON-API : The program will prompt for a location, contact a web service and retrieve JSON for the web service and parse that data, and retrieve the first place_id from the JSON.
- Host: GitHub
- URL: https://github.com/aadewunmi/calling-a-json-api
- Owner: AAdewunmi
- Created: 2019-07-24T15:23:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T15:53:04.000Z (about 6 years ago)
- Last Synced: 2025-01-25T06:11:37.383Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calling-a-JSON-API
The program will prompt for a location, contact a web service and retrieve JSON for the web service
and parse that data, and retrieve the first place_id from the JSON.