https://github.com/saadpasta/fetching-api
Merging Two Api And Getting Data
https://github.com/saadpasta/fetching-api
api fetch-api javascript js-api
Last synced: 8 months ago
JSON representation
Merging Two Api And Getting Data
- Host: GitHub
- URL: https://github.com/saadpasta/fetching-api
- Owner: saadpasta
- Created: 2018-09-04T14:38:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T15:01:47.000Z (about 7 years ago)
- Last Synced: 2025-01-05T05:09:12.798Z (9 months ago)
- Topics: api, fetch-api, javascript, js-api
- Language: HTML
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetching-Api
Merging Two Api And Getting Data
Crime Search App for Police Department using the following API'S.
Category : https://data.police.uk/api/crime-categories
Force : https://data.police.uk/api/forces
Crimes: https://data.police.uk/api/crimes-no-location?category=all-crime&force=leicestershire
Short Description:
You've to show the Crimes statuses.Long Description:
Two select inputs for Crime Categories and Forces, get Crimes Categories and Forces from the APIs and put the in Select,
Allow user to select any of the crime category and Force, and then click on search button
using Crime API, get the crime results and show these fields in the table.