8000 GitHub - glitchjsy/data-api: 🌐 Public API for Open Data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

glitchjsy/data-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hits
The public API for accessing open data.

Recently rewritten in Java!

Redis keys

The keys which must be created manually can be done by running the create-redis-keys.js file in the static directory.

  • data-livespaces:json - Stores live carpark spaces data, created automatically using data-fetcher
  • data-eatsafe:json - Stores eatsafe information, created automatically using data-fetcher
  • data-toilets:json - Static toilet data, must be created manually
  • data-recycling:json - Static recycling data, must be created manually
  • data-defibrillators:json - Static defibrillator locations, must be created manually
  • data-bus-passengers:json - Static bus passengers data, must be created manually
  • data-road-traffic:json - Static road traffic data, must be created manually
  • data-driving-test-results:json - Static practical driving test results, must be created manually
  • data-monthly-rainfall:json - Static monthly rainfall data, must be created manually
0