Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safdarjamal/crime-reports-uk
👮 Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.
https://github.com/safdarjamal/crime-reports-uk
crime-data crime-reports crime-statistics evergreen hooks javascript jsx police-api police-databse police-reports react react-hooks reactjs ui uk-police-data
Last synced: 25 days ago
JSON representation
👮 Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.
- Host: GitHub
- URL: https://github.com/safdarjamal/crime-reports-uk
- Owner: SafdarJamal
- License: mit
- Created: 2019-05-10T18:51:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T14:53:27.000Z (7 months ago)
- Last Synced: 2024-04-23T17:35:47.111Z (7 months ago)
- Topics: crime-data, crime-reports, crime-statistics, evergreen, hooks, javascript, jsx, police-api, police-databse, police-reports, react, react-hooks, reactjs, ui, uk-police-data
- Language: JavaScript
- Homepage: https://cr-uk.netlify.app
- Size: 5.03 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Crime Reports UK](https://cr-uk.netlify.app)
[![Netlify Status](https://api.netlify.com/api/v1/badges/744466fe-a9ac-4b36-a2f6-be5509cb0ff4/deploy-status)](https://app.netlify.com/sites/cr-uk/deploys)
[![GitHub Release (latest by date)](https://img.shields.io/github/v/release/SafdarJamal/crime-reports-uk)](https://github.com/SafdarJamal/crime-reports-uk/releases)
[![License](https://img.shields.io/github/license/SafdarJamal/crime-reports-uk)](https://github.com/SafdarJamal/crime-reports-uk/blob/master/LICENSE)Crime Reports UK is the app for open data about crime and policing in England, Wales, and Northern Ireland.
![Crime Reports UK in Action](https://user-images.githubusercontent.com/48409548/166941658-26a220df-b26d-4407-889c-deb8ca11cffe.png)
## Built Using
- [React](http://reactjs.org)
- [Evergreen UI](https://evergreen.segment.com)
- [UK Police API](https://data.police.uk/docs/)
- [Netlify](https://www.netlify.com)## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/SafdarJamal/crime-reports-uk.git
cd crime-reports-uk
```Install dependencies:
```
npm install
```Now, you can start a local web server by running:
```
npm start
```And then open http://localhost:3000 to view it in the browser.
#### npm scripts
| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `build` folder. |
| npm run eject | This command will remove the single build dependency from your project. |## Credits
Crime Reports UK is built and maintained by [Safdar Jamal](https://safdarjamal.github.io).
## License
Crime Reports UK is open-source software [licensed as MIT](https://github.com/SafdarJamal/crime-reports-uk/blob/master/LICENSE).