npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@philly/vue-datafetch

v1.1.3

Published

the infrastructure needed for fetching data for a vue app

Downloads

31

Readme

phila-vue-datafetch (@philly/vue-datafetch in npmjs.com)

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.

To Include The Library In Your App

  • in a bundled app, use npm:

    npm install @philly/vue-datafetch

  • in an html file, use the CDN:

    <script src="//unpkg.com/@philly/[email protected]/dist/phila-vue-datafetch.js"></script>

Usage

Check out the wiki for usage documentation.

Publishing

To publish a new version of Mapboard to NPM:

  1. Commit your changes to master.
  2. Bump the NPM version with npm version major|minor|patch.
  3. Push with tags: git push && git push --tags.
  4. Update wiki docs to reflect new version and/or dependency changes.

Release Notes

1.1.3 - 1/24/2020

  • builds for push to npm

1.1.2 - 1/24/2020

  • Adds message when retrieving condos takes multiple API calls

1.1.1 - 1/22/2020

  • Fixes release mistake

1.1.0 - 1/22/2020

  • Fixes bug with different numbers of condos found in PDE when using different search methods

1.0.3 - 1/17/2020

  • Fixes bug with routing that breaks handleMapClick in Atlas

1.0.2 - 1/15/2020

  • Fix: Clearing shape in edge cases
  • Fix: Regression from previous fix to routing was causing condo button not to work on reverse geocode searches.

0.0.30 - 11/12/2019

  • pushes change to fix http-get further

0.0.30 - 11/12/2019

  • pushes change to fix http-get

0.0.29 - 10/23/2019

  • fixes bug with date-fns due to upgrade

0.0.28 - 10/22/2019

  • upgrades from dependabot

0.0.27 - 10/8/2019

  • small bug fixes, including working with keywords from a ComboSearch and handling topics when there are no parcels layers in state

0.0.26 - 10/7/2019

  • Monthly package upgrades, merges in changes made for restructuring

0.0.25 - 9/20/2019

  • Changes for working with polyline in pvm

0.0.24 - 9/6/2019

  • Monthly package upgrades

0.0.23 - 8/29/2019

  • Changes for allowing esri-sources in Pinboard

0.0.22 - 8/9/2019

  • Monthly package upgrades

0.0.21 - 7/12/2019

  • Bugfix for routing in Pinboard

0.0.20 - 7/11/2019

  • Monthly package upgrades

0.0.19 - 6/20/2019

  • In 2 places where data-manager.js didGeocode() calls setMapZoom, it attempts to use this.config.map.geocodeZoom. The default is set to 19.

0.0.18 - 6/2/2019

  • Uses axios 0.19.0 to fix security bug

0.0.17 - 5/30/2019

  • Ran yarn upgrade to upgrade all packages