2.0.0 • Published 7 years ago

many-of-the-metros v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

many-of-the-metros

Many of the metro areas in the US in a nice neat hash.

Feel free to get a PR going to add to this collection.

Installation

npm install many-of-the-metros --save

Usage ES5

var metros = require('many-of-the-metros').metroAreas;
console.log(metros);

Usage ES6

const metros = import { metroAreas } from 'many-of-the-metros'; console.log(metros);

Tests

no tests as of yet

Contributing

hit me with a PR if you see anything that needs fixin or want to add metro areas

Release History

  • 1.0.0 Initial release