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
- Host: GitHub
- URL: https://github.com/caiogondim/node-calculadora
- Owner: caiogondim
- Created: 2015-03-21T18:44:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T20:12:02.000Z (over 9 years ago)
- Last Synced: 2025-03-24T21:51:09.960Z (3 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)