Code Monkey home page Code Monkey logo

albany-ticket-finder's Introduction

Albany Ticket Finder

Find outstaing parking tickets in Albany, NY. Uses data from the City of Albany's open data portal.

Usage

Install handlbars:

~$ npm install handlebars -g

Modify (if desired) and precompile template:

~$ handlebars templates/details.handlebars -f assets/details.tpl.js

For test messaging support, see the SMS branch.

albany-ticket-finder's People

Contributors

mheadd avatar

Watchers

 avatar  avatar

albany-ticket-finder's Issues

Citation number not always returned by API

There seems to be a weird issue with the citation number not being returned for some records from the Socrata API for this dataset, even though it is displayed when looking at the dataset in the portal, and when the citation number appears to be valid.

citation-number-example

Accessing the API like this:

~$ https://data.albanyny.gov/resource/474r-rd62.json?license_plate_number=J478xA

Returns (missing citation field):

[
  {
    "remaining_balance": "65.00",
    "citation_amount": "40.00",
    "fees_fines": "25.00",
    "first_name": "ERIN",
    "license_plate_number": "J478XA",
    "middle_name": "T",
    "state_of_plate": "NY",
    "last_name": "WATERHOUSE",
    "issue_date": "2016-03-07T00:00:00"
  }
]

When the citation number is entered into the City of Albany online payment site, it appears to be valid:

valid-citation-number

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.