Iteration 4 - Extensions
Back to The DMV Home Back to Requirements
Extensions
Option 1
Use this repository to practice making these DMV objects using JavaScript instead of Ruby! Follow instructions in the README to make the registrant_test.js
file tests pass.
Option 2
Find your own data set to work with and do something interesting with it. If you choose this option, check in with an instructor before starting.
- Here’s a good place to start your data hunt: Data.gov
Option 3
Calculate some analytics about your existing data sets:
- EV Registrations:
- Find the most popular make/model registered
- Count of registered vehicle for a model year
- County with most registered vehicles
- Facilities:
- Add in a few more helpful attributes.
- What are the daily hours for each facility?
- For the states that provide (Missouri), which holidays are they closed?
- Add in a few more helpful attributes.
- Vehicles:
- Add in a second data source for vehicles and create some
Vehicle
objects from NY State Registration Data: https://data.ny.gov/resource/w4pv-hbkt.json
- Add in a second data source for vehicles and create some