@cityofphiladelphia/phila-vue-datafetch

the infrastructure needed for fetching data for a vue app

Usage no npm install needed!

<script type="module">
  import cityofphiladelphiaPhilaVueDatafetch from 'https://cdn.skypack.dev/@cityofphiladelphia/phila-vue-datafetch';
</script>

README

phila-vue-datafetch

phila-vue-datafetch is a library of functions used for fetching data for an app which uses Vue.js and Vuex. The functions included are designed to geocode addresses, and fetch data from any REST APIs input, and to return the data in a structured way into the Vuex store, so that data can be efficiently used in an app.

Usage

Check out the wiki for usage documentation.