dyoung2019 / park3000-updates

Ruby / js optimizations for Park3000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

park3000-updates

Description

Ruby / js optimizations for Park3000

Background

Park3000 is our team project where we built a website (on top of rails app server) to retrieve the location of parking bays data and their availability in Melbourne's CBD.

Point compression

Encodes a list of GPS coordinates (lat, long) into compressed string (base-64)

Converting working js code (and Jest code) into rb and setting-up up rspec unit tests for development and rubocop for code quality

Original code from Microsoft Bing Maps

About

Ruby / js optimizations for Park3000


Languages

Language:Ruby 70.3%Language:JavaScript 29.7%