8000 GitHub - AlexChesters/ukpd: a simple node.js wrapper around the UK police data API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AlexChesters/ukpd

Repository files navigation

ukpd

npm version CI

A Node.js client for the UK Police API.

Installation

  • npm install ukpd --save
const UKPD = require('ukpd')

try {
  const data = await UKPD.streetLevel(52.629729, -1.131592)
  console.log('data!', data)
} catch (err) {
  console.error('An error occurred', err)
}

You can find more information by looking at any of the available methods, or the examples.

Acknowledgements

All data is provided by data.police.uk under the Open Government Licence v3.0

About

a simple node.js wrapper around the UK police data API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0