https://github.com/javiercejudo/unit-synonyms-angle
Angle units synonyms
https://github.com/javiercejudo/unit-synonyms-angle
Last synced: 3 months ago
JSON representation
Angle units synonyms
- Host: GitHub
- URL: https://github.com/javiercejudo/unit-synonyms-angle
- Owner: javiercejudo
- License: mit
- Created: 2015-10-15T14:35:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T08:44:09.000Z (over 8 years ago)
- Last Synced: 2025-03-26T15:44:32.476Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/unit-synonyms-angle
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unit-synonyms-angle
[](https://travis-ci.org/javiercejudo/unit-synonyms-angle)
[](https://coveralls.io/r/javiercejudo/unit-synonyms-angle?branch=master)
[](https://codeclimate.com/github/javiercejudo/unit-synonyms-angle)Angle units synonyms
## Install
npm i unit-synonyms-angle
## Units
- [Radian](https://en.wikipedia.org/wiki/Radian)
- [Turn](https://en.wikipedia.org/wiki/Turn_(geometry))
- [Degree](https://en.wikipedia.org/wiki/Degree_(angle))
- [Gradian](https://en.wikipedia.org/wiki/Gradian)## Usage
```js
var synonyms = require('unit-synonyms-angle').synonyms;synonyms['°']; // => degree
synonyms['revolutions']; // => turn
synonyms['㎭']; // => radian
```## 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.