JSPM

localflavor-us-states-js

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q41094F
  • License Apache-2.0

Port of django-localflavor US States Abbreviations

Package Exports

  • localflavor-us-states-js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (localflavor-us-states-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

localflavor-us-states-js

A port of django-localflavor.us_states to JS/JSON

NPM

Taking the US_STATES tuples of django-localflavor and making them into JS Objects for easy importing into other projects (namely, ones with Django as their back end).

Documentation of the tuples/lists can be found at: http://django-localflavor.readthedocs.io/en/latest/localflavor/us/#data

The Python equivalent of this file can be found at: https://github.com/django/django-localflavor/blob/master/localflavor/us/us_states.py