An open API service indexing awesome lists of open source software.

https://github.com/dirkluijk/ts-calculator


https://github.com/dirkluijk/ts-calculator

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#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!