alexkramer / force-vue

Simple VueJs application which integrates with the Star Wars API (SWAPI)
http://alexckramer.com/force-vue
2 stars 21 forks source link

Create localStorage cache adapter #49

Closed parrisvarney closed 8 years ago

parrisvarney commented 8 years ago

For https://github.com/alexkramer/force-vue/issues/10

Added a class for interacting with localStorage, and hooked in the 3 existing components. Decided against caching the person images, storing base64 encoded images can become unruly.

parrisvarney commented 8 years ago

I respectfully disagree with codeclimate regarding the need to fix "Similar code found in 1 other location"

alexkramer commented 8 years ago

I will look into updating the code climate to exclude those similar code checks. I am finding it generally results in noise.