https://github.com/javiercejudo/unit-synonyms-electric-current
Electric current units synonyms
https://github.com/javiercejudo/unit-synonyms-electric-current
Last synced: 3 months ago
JSON representation
Electric current units synonyms
- Host: GitHub
- URL: https://github.com/javiercejudo/unit-synonyms-electric-current
- Owner: javiercejudo
- License: mit
- Created: 2015-10-16T14:08:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:44:12.000Z (over 8 years ago)
- Last Synced: 2025-02-08T02:28:17.399Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unit-synonyms-electric-current
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-synonyms-electric-current
[](https://travis-ci.org/javiercejudo/unit-synonyms-electric-current)
[](https://coveralls.io/r/javiercejudo/unit-synonyms-electric-current?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-synonyms-electric-current)Electric current units synonyms
## Install
npm i unit-synonyms-electric-current
## Units
- [Ampere](https://en.wikipedia.org/wiki/Ampere)
- [Abampere](https://en.wikipedia.org/wiki/Abampere)## Usage
```js
var synonyms = require('unit-synonyms-electric-current').synonyms;synonyms['amp']; // => ampere
synonyms['biots']; // => abampere
```## Related projects
- [linear-presets](https://github.com/javiercejudo/linear-presets): linear presets for common units.
- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter.