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

https://github.com/caiogondim/node-calculadora

Exemplo de projeto Git para o Front-end United
https://github.com/caiogondim/node-calculadora

Last synced: 2 months ago
JSON representation

Exemplo de projeto Git para o Front-end United

Awesome Lists containing this project

README

        

# Calculadora em Node.js

Projeto usado para ilustrar os passos iniciais com Git e GitHub, usado no evento
[Front-end United por LeoKZ](http://frontendunited.io/leokzw/).

## Usando

A calculadora efetua as seguintes operações.

### Soma
```bash
$ ./calculadora.js '2 + 3'
# => 5
```

### Subtração
```bash
$ ./calculadora.js '2 - 3'
# => -1
```

### Multiplicação
```bash
$ ./calculadora.js '2 * 3'
# => 6
```

### Divisão
```bash
$ ./calculadora.js '6 / 3'
# => 2
```

## Alunos
- [Filipe Linhares](http://github.com/filipelinhares)
- [Thiago Guimarães](http://github.com/thiagogsr/)
- [Giovanni Pires da Silva](http://github.com/giovannipds/)
- [Wagner Moschini](http://github.com/wagnermoschini/)
- [Eder Ribeiro](http://github.com/ederribeiro)
- [Eric Andrade](http://github.com/ericAndrade/)
- [Marcus Cruz](https://github.com/mcruz85)
- [Cezinha Anjos](https://github.com/cesarjr)
- [Gabriel Cano](https://github.com/killuawax)
- [Yuri Nascimento](https://github.com/yurirnascimento)
- [Renato Contaifer](http://github.com/renatocontaifer/)
- [Ravan Scafi](https://github.com/rscafi)
- [Fernando Parreira](http://github.com/fparreira/)
- [Rafael Barrelo](http://github.com/rafaelbarrelo/)
- [Ademílson F. Tonato](http://github.com/ftonato/)
- [Vitor Talaia](https://github.com/vitortalaia)
- [Felipe Porto](http://github.com/felipeporto)
- [Diego Moreira Alves](https://github.com/diegomoreira92/)
- [Bruno Eduardo](https://github.com/brunoeduardo)
- [Herminio Torres](https://github.com/herminiotorres)
- [Bruno Duarte Brito](https://github.com/brunodb3)
- [Ronan Reis](https://github.com/ronanreis)
- [Fábio de Carvalho](https://github.com/CallMeFabio)
- [Jonas Mendes](https://github.com/Nipher)
- [André Betiolo](https://github.com/andrebetiolo)
- [Dayany Espindola](https://github.com/dayanyrec)
- [Renie Siqueira](https://github.com/renie)
- [Marcus Amendola](https://github.com/marcus-amendola)
- [Rômulo Brasil](https://github.com/sirrommer)