Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ideal-postcodes/capitalise-post-town-bundled
JavaScript browser bundles for capitalise-post-town
https://github.com/ideal-postcodes/capitalise-post-town-bundled
Last synced: 10 days ago
JSON representation
JavaScript browser bundles for capitalise-post-town
- Host: GitHub
- URL: https://github.com/ideal-postcodes/capitalise-post-town-bundled
- Owner: ideal-postcodes
- Created: 2020-08-06T11:36:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T22:02:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T16:10:59.905Z (7 months ago)
- Language: HTML
- Size: 728 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> JavaScript browser bundles for capitalise-town-town
[![npm version](https://badge.fury.io/js/%40ideal-postcodes%2Fcapitalise-post-town-bundled.svg)](https://badge.fury.io/js/%40ideal-postcodes%2Fcapitalise-post-town-bundled)
[![jscdn](https://badgen.net/jsdelivr/v/npm/@ideal-postcodes/capitalise-post-town-bundled)](https://cdn.jsdelivr.net/npm/@ideal-postcodes/capitalise-post-town-bundled/dist/)
![CI](https://github.com/ideal-postcodes/capitalise-post-town-bundled/workflows/CI/badge.svg)
![Release](https://github.com/ideal-postcodes/capitalise-post-town-bundled/workflows/Release/badge.svg)This package exports polyfilled, minified copies of `capitalise-post-town` in various formats available on npm and various JavaScript CDNs. It can be readily [dropped in](#usage) on a page.
This package is a transpiled copy of [`capitalise-post-town`](https://github.com/ideal-postcodes/capitalise-post-town-bundled).
## Download
Latest and pinned versions of each bundle can be downloaded from [jsdelivr.com](https://www.jsdelivr.com).
### Latest Versions
- [umd.min.js@latest](https://cdn.jsdelivr.net/npm/@ideal-postcodes/capitalise-post-town-bundled/dist/umd.min.js)
- [esm.min.js@latest](https://cdn.jsdelivr.net/npm/@ideal-postcodes/capitalise-post-town-bundled/dist/esm.min.js)## Documentation
### Usage
#### UMD
```html
var capitalisePostTown = IdealPostcodes.capitalisePostTown;
capitalisePostTown("LONDON"); // => "London"```
#### ES Module
```html
import { capitalisePostTown } from "https://cdn.jsdelivr.net/npm/@ideal-postcodes/capitalise-post-town-bundled/dist/esm.min.js";
capitalisePostTown("LONDON"); // => "London"```
## Licence
MIT