https://github.com/dirkluijk/ts-calculator
https://github.com/dirkluijk/ts-calculator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dirkluijk/ts-calculator
- Owner: dirkluijk
- Created: 2018-09-27T17:22:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T17:43:52.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T06:48:51.228Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Calculator
[](#contributors)
A simple mathematical expression parser.
## Get started
Just:
```bash
npm install @dirkluijk/calculator
```
Then:
```javascript
import { calculate } from '@dirkluijk/calculator';
calculate("3 + 4 * 3"); // 16
```
## Lorem
Lorem ipsum dolor sid amed.
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
BjΓΈrn Wikkeling](http://bjorn.wikkeling.com)
[π](#eventOrganizing-magikMaker "Event Organizing") [π€](#ideas-magikMaker "Ideas, Planning, & Feedback") [π’](#talk-magikMaker "Talks") [β οΈ](https://github.com/dirkluijk/ts-calculator/commits?author=magikMaker "Tests") | [
Yoeri Nijs](http://www.yoerinijs.nl)
[π¬](#question-YoeriNijs "Answering Questions") [π](https://github.com/dirkluijk/ts-calculator/commits?author=YoeriNijs "Documentation") [β
](#tutorial-YoeriNijs "Tutorials") |
| :---: | :---: |
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!